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)
this
(T value)
this
(T value, Type type)
this
(CborValue[] value, Type type)
this
(CborValue[CborValue] value, Type type)
struct
CborValue
@
trusted
this
(
CborValue
[
CborValue
]
value
,
Type
type
=
Type.map
)
this
(ubyte[] value, Type type)
this
(string value, Type type)
Parameters
value
CborValue
[
CborValue
]
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.