ByteBuffer.opBinary

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

Meta