hexDecode

Decodes a single hexadecimal character.

@safe @nogc pure nothrow
uint
hexDecode
(
char c
)

Parameters

c char

The hexadecimal digit.

Return Value

Type: uint

c converted to an integer.

Meta