vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
StreamOutputRange.put
index
vibe
stream
wrapper
StreamOutputRange
Undocumented in source. Be warned that the author may not have intended to support it.
void
put
(ubyte bt)
struct
StreamOutputRange
(OutputStream, size_t buffer_size = 256)
@
safe
void
put
(
ubyte
bt
)
if
(
isOutputStream
!
OutputStream
)
void
put
(const(ubyte)[] bts)
void
put
(char elem)
void
put
(const(char)[] elems)
void
put
(dchar elem)
void
put
(const(dchar)[] elems)
Meta
Source
See Implementation
index
vibe
stream
wrapper
StreamOutputRange
constructors
this
destructors
~this
functions
drop
flush
put
postblits
this(this)