The OpenD Programming Language

IonDescriptor

Ion Type Descriptor

Constructors

this
this(const(ubyte)* reference)
this(ubyte value)

The type descriptor octet has two subfields: a four-bit type code T, and a four-bit length L.

Members

Variables

L
uint L;

L

type
IonTypeCode type;

T

Meta