arrayFromHex

Parses hex into an array of bytes. hex.length should be even.

  1. ubyte[] arrayFromHex(char[] hex)
    ubyte[]
    arrayFromHex
    (
    in char[] hex
    )
  2. void arrayFromHex(char[] hex, ubyte[] buf)

Meta