sarrayFromHex

Fast version for static arrays of known length.

void
sarrayFromHex
(
size_t N
Hex
)
(
in ref Hex hex
,
ref ubyte[N] buf
)
if (
is(Hex == char[N * 2])
)

Meta