msgpack-d ~master (2020-05-18T23:28:50Z)
Home
Dub
Repo
Value.this
msgpack
value
Value
Constructs a
Value
with arguments.
this
(Type type)
struct
Value
@
safe
this
(
Type
type
)
this
(typeof(null) )
this
(bool value, Type type)
this
(ulong value, Type type)
this
(long value, Type type)
this
(real value, Type type)
this
(Value[] value, Type type)
this
(Value[Value] value, Type type)
this
(ubyte[] value, Type type)
this
(string value, Type type)
this
(ExtValue value, Type type)
Parameters
type
Type
the type of value.
Meta
Source
See Implementation
msgpack
value
Value
constructors
this
enums
Type
functions
opEquals
toHash
toMsgpack
properties
as
unions
Via
variables
type
via
Constructs a Value with arguments.