loadBigEndian

Load a big-endian ulong

Parameters

input const(ubyte)*

a pointer to some bytes

off size_t

an offset into the array

Return Value

Type: ulong

off'th ulong of in, as a big-endian value

Meta