ByteBuffer.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct ByteBuffer
void
opOpAssign
(
string op
Stuff
)
(
auto ref Stuff rhs
)
if (
(is(Stuff : const ubyte[])) &&
op == "~"
)

Meta