PackerImpl.stream

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