Function decode

Decodes a Length Coded Binary from a packet

LCB decode(T) (
  in ubyte[] packet
) pure nothrow;

See Also

struct LCB

Parameters

NameDescription
packet A packet that starts with a LCB. See LCB.

Returns

A decoded LCB value