Serde.serializeUInt

A serialization function which serializes an unsigned integer. (max 64-bit)

class Serde
protected @nogc abstract
void
serializeUInt
(
ulong value
,
ubyte bytes
)

Parameters

value ulong

The value to serialize, sign extended.

bytes ubyte

The actual amount of bytes to serialize.

Meta