le_to_u64

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

@system @nogc pragma(inline, true) @nogc @system
ulong
le_to_u64
(
const(ubyte)* buf
)

Meta