isHex

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