writeInteger

Undocumented in source. Be warned that the author may not have intended to support it.
void
writeInteger
(
R
int NumBytes
bool LittleEndian
)
(
ref R output
,
IntegerLargerThan!NumBytes n
)
if (
isOutputRange!(R, ubyte)
)

Meta