sily ~master (2022-12-01T21:23:14Z)
Dub
Repo
isOct
sily
uni
Checks if
c
is octal number (0 <= c <= 7)
bool
isOct
(
char
c
)
Parameters
c
char
char
Return Value
Type:
bool
isOct
Meta
Source
See Implementation
sily
uni
functions
isAlpha
isAlphaNumeric
isDigit
isHex
isOct
Checks if c is octal number (0 <= c <= 7)