sily v1.3.0 (2022-12-11T11:47:00Z)
Dub
Repo
isOct
sily
uni
Checks if
c
is octal number (0 <= c <= 7)
bool
isOct
(char c)
bool
isOct
(wchar c)
bool
isOct
(dchar c)
bool
isOct
(
dchar
c
)
bool
isAlpha
(char c)
bool
isAlpha
(wchar c)
bool
isAlpha
(dchar c)
Parameters
c
dchar
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)