StreamPeer.putVar

Puts a Variant into the stream. If full_objects is true encoding objects is allowed (and can potentially include code).

struct StreamPeer
@nogc nothrow
void
putVar
(
VariantArg0
)
(
in VariantArg0 value
,
in bool full_objects = false
)

Meta