toHex.toHex

Static array version.

  1. char[] toHex(ubyte[] data, char[] buf)
  2. char[n * 2] toHex(ubyte[n] data)
    template toHex(alias digits = hexDigits)
    pure
    char[n * 2]
    toHex
    (
    size_t n
    )
    (
    in ubyte[n] data
    )
  3. string toHex(ubyte[] data)

Meta