sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
isHex
sily
uni
Checks if
c
is hexadecimal (all digits & letters from A to F)
bool
isHex
(
T
)
(
T
c
)
if
(
isSomeChar
!
T
)
Parameters
c
T
char
Return Value
Type:
bool
isHex
Meta
Source
See Implementation
sily
uni
functions
isAlpha
isAlphaNumeric
isDigit
isHex
isOct
Checks if c is hexadecimal (all digits & letters from A to F)