Writer.writeBytesWithRef

Undocumented in source. Be warned that the author may not have intended to support it.
class Writer
void
writeBytesWithRef
(
T
)
()
if (
isDynamicArray!T &&
(
is(Unqual!(ForeachType!T) == ubyte) ||
is(Unqual!(ForeachType!T) == byte)
)
)

Meta