sarrayFromHex

Parses hex into the given array buf. Fast version for static arrays of known length.

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

Meta