emitLiteral

private fnvoid emitLiteral(ref ubyte * op, const(ubyte) * src, size_t len) pure nothrow @nogc

Emit a literal element using raw pointers.

Writes the literal header and copies literal data to output.

Parameters

opOutput pointer (updated in place).
srcSource pointer to literal data.
lenLength of literal data.