utils

Undocumented in source.

Members

Functions

bigEndian
auto bigEndian(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
float64
double float64(ubyte[] _bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
fromArray
T fromArray(ubyte[] _array)
Undocumented in source. Be warned that the author may not have intended to support it.
sizeInBytes
uint sizeInBytes(ulong val)
Undocumented in source. Be warned that the author may not have intended to support it.
skipArray
auto skipArray(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
T[] toArray(ubyte[] _array, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

intArrArr
auto intArrArr;
Undocumented in source.

Structs

BigEndian
struct BigEndian(T)

this struct tries to keep it's own value as BigEndian

SkipArray
struct SkipArray(T)
Undocumented in source.

Meta