hexDecode

Perform hex decoding

Parameters

input Vector!char

some hex input

ignore_ws bool

ignore whitespace on input; if false, throw new an exception if whitespace is encountered

Return Value

Type: Vector!ubyte

decoded hex output

Meta