toVarint

Encode a value into a VarInt-encoded series of bytes

@property pure nothrow
ubyte[]
toVarint
(
long src
)

Parameters

src long

The value to encode

Return Value

Type: ubyte[]

The created VarInt

Meta