CborToken

Constructors

this
this(CborTokenType t)
Undocumented in source.
this
this(CborTokenType t, bool v)
Undocumented in source.
this
this(CborTokenType t, long v)
Undocumented in source.
this
this(CborTokenType t, double v)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(CborToken other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

type
CborTokenType type;
Undocumented in source.

Meta