Functions§
- Makes sure that
s
is a valid literal suffix. - Returns the index of the first non-underscore, non-decimal digit in
input
, or theinput.len()
if all characters are decimal digits.
s
is a valid literal suffix.input
,
or the input.len()
if all characters are decimal digits.