emitLiteral
private fn
void emitLiteral(ref ubyte * op, const(ubyte) * src, size_t len) pure nothrow @nogcEmit a literal element using raw pointers.
Writes the literal header and copies literal data to output.
Parameters
op | Output pointer (updated in place). |
src | Source pointer to literal data. |
len | Length of literal data. |