le_to_u16

@param buf Pointer to source byte, may be unaligned @return A 16 bit unsigned integer The input is read in little-endian byte order.

@system @nogc pragma(inline, true) @nogc @system
ushort
le_to_u16
(
const(ubyte)* buf
)

Meta