varDecode

Decodes bytes as a variable length integer into a ulong.

static pure
ulong
varDecode
(
ubyte[] bytes
)

Parameters

bytes ubyte[]

Bytes representing a variable length integer.

Return Value

Type: ulong

A ulong as bytes decoded.

Meta