CborValue

Tagged union for CBOR items.

Constructors

this
this(Type type)

Constructs a CborValue with arguments.

this
this(typeof(null) )
Undocumented in source.
this
this(bool value, Type type)
this(T value)
this(T value, Type type)
this(CborValue[] value, Type type)
this(CborValue[CborValue] value, Type type)
this(ubyte[] value, Type type)
this(string value, Type type)

Constructs a CborValue with arguments.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

opEquals
bool opEquals(CborValue other)
bool opEquals(T other)
bool opEquals(typeof(null) other)

Comparison for equality.

toHash
size_t toHash()

Hashing.

toString
string toString()

String representation.

Properties

as
T as [@property getter]

Converts value to T type.

Unions

Via
union Via
Undocumented in source.

Variables

type
Type type;
Undocumented in source.
via
Via via;
Undocumented in source.

Meta