toBigEndian

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

Meta