fromLittleEndian

Converts little endian bytes to integral of type T

  1. T fromLittleEndian(ubyte[] bs)
    @safe @nogc
    T
    fromLittleEndian
    (
    T
    )
    (
    in ubyte[] bs
    )
    if (
    isIntegral!T
    )
  2. void fromLittleEndian(ubyte[] bs, T[] output)

Return Value

Type: T

integral of type T

Meta