cbor-d v0.3.0 (2014-12-19T17:58:56Z)
Home
Dub
Repo
CborValue.this
cbor
CborValue
Constructs a
CborValue
with arguments.
this
(Type type)
this
(typeof(null) )
this
(bool value, Type type)
struct
CborValue
@
trusted
this
(
bool
value
,
Type
type
=
Type.boolean
)
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)
Parameters
value
bool
the real content.
type
Type
the type of value.
Meta
Source
See Implementation
cbor
CborValue
constructors
this
enums
Type
functions
opEquals
toHash
toString
properties
as
unions
Via
variables
type
via
Constructs a CborValue with arguments.