ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
isUnsignedInteger
ae
utils
text
ascii
Returns
true
if
s
contains only digits and is non-empty.
bool
isUnsignedInteger
(
string
s
)
Meta
Source
See Implementation
ae
utils
text
ascii
aliases
ascii
asciiToLower
asciiToUpper
functions
_xlat
containsOnlyChars
fromDec
isSignedInteger
isUnsignedInteger
toDec
toDecCTFE
toDecFixed
templates
DecimalSize
Returns true if s contains only digits and is non-empty.