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)
struct
CborValue
@
trusted
this
(
T
)
(
T
value
)
if
(
isIntegral
!
T
)
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
T
the real content.
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.