toHex.toHex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char[] toHex(ubyte[] data, char[] buf)
    template toHex(alias digits = hexDigits)
    pure
    char[]
    toHex
    (
    in ubyte[] data
    ,
    char[] buf
    )
  2. char[n * 2] toHex(ubyte[n] data)
  3. string toHex(ubyte[] data)
  4. void toHex(T n, char[U] buf)
  5. char[T.sizeof * 2] toHex(T n)

Meta