toBigEndian

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

Meta