Data.opBinaryRight

Create a new Data containing the concatenation of data and this. Does not preallocate for successive appends.

template opBinaryRight(string op)
opBinaryRight
(
T
)
(
const(T)[] data
)
if (
!hasIndirections!T
)
if (
op == "~"
)

Members

Functions

opBinaryRight
Data opBinaryRight(const(T)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta