true when the root is a numeric scalar and the buffer's last
non-whitespace byte is a digit or decimal point — i.e. appending more digits would still yield a valid number.
bool _rootNumberCouldExtend(const ref var v) const @safeChecks whether a successfully parsed root is a number that could be extended by additional input.
v | The parsed root value. |
true when the root is a numeric scalar and the buffer's last
non-whitespace byte is a digit or decimal point — i.e. appending more digits would still yield a valid number.