NNGMessage.body_prepend

Prepend body with the ubyte array or unsigned Returns zero or error code

struct NNGMessage
int
body_prepend
(
T
)
(
const(T) data
)
if (
isArray!T ||
isUnsigned!T
)