bytesToUint

Undocumented in source. Be warned that the author may not have intended to support it.
nothrow
uint
bytesToUint
(
ubyte[4] src
)

Examples

assert(bytesToUint([0xee, 0x10, 0xab, 0xff]) == 0xee10abff);

Meta