parseHex

Parses a hexidecimal number from the source.

@nogc nothrow
T
parseHex
(
T
S
)
(
auto ref S source
)
if (
__traits(isIntegral, T)
)

Parameters

source S

The source string

Return Value

Type: T

The number parsed from the source string.

Meta