msgpack-d v1.0.5 (2023-03-18T06:39:16Z)
Home
Dub
Repo
PackerImpl.stream
msgpack
packer
PackerImpl
Forwards to stream.
struct
PackerImpl
(Stream)
@
property
@
safe
nothrow ref
Stream
stream
(
)
if
(
isOutputRange
!(
Stream
,
ubyte
) &&
isOutputRange
!(
Stream
,
ubyte
[])
)
Return Value
Type:
Stream
the stream.
Meta
Source
See Implementation
msgpack
packer
PackerImpl
constructors
this
functions
beginArray
beginMap
beginRaw
pack
packArray
packExt
packMap
packObject
properties
stream
static functions
register
registerHandler
Forwards to stream.