biod ~meson (2022-05-07T11:17:22.3072764)
Dub
Repo
OutBuffer.put
bio
core
utils
outbuffer
OutBuffer
Dumps raw bytes into the buffer. No endianness conversion or whatever.
void
put
(T bytes)
void
put
(T value)
class
OutBuffer
void
put
(
T
)
(
auto
ref
T
value
)
if
(
!
is
(
T
==
ubyte
[])
)
Meta
Source
See Implementation
bio
core
utils
outbuffer
OutBuffer
constructors
this
functions
capacity
clear
data
length
put
putUnsafe
shrink
Dumps raw bytes into the buffer. No endianness conversion or whatever.