toLittleEndian

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void toLittleEndian(T val, ubyte[] output)
  2. void toLittleEndian(T[] ns, ubyte[] output)
  3. ubyte[T.sizeof] toLittleEndian(T n)
    pure nothrow @nogc
    ubyte[T.sizeof]
    toLittleEndian
    (
    T
    )
    (
    in T n
    )
    if (
    isIntegral!T
    )
  4. ubyte[] toLittleEndian(T[] ns)

Meta