ParseResult.count

Number of characters consumed while parsing (0 means that input couldn't be parsed into specified type)

struct ParseResult(T)
size_t count;

Meta