Response.toBytes

Attempts to convert a response to an array of bytes

For intvals - converts to an array of bytes that is Response.intval.sizeof long For Bulk - casts the string to C[]

Returns an empty array in all other cases;

struct Response
@property @trusted
C[]
toBytes
(
C
)
(
)
if (
is(C == byte) ||
is(C == ubyte)
)

Meta