emitCopy
private fn
void emitCopy(ref ubyte * op, size_t offset, size_t length) pure nothrow @nogcEmit a copy (backreference) element using raw pointers.
Parameters
op | Output pointer (updated in place). |
offset | Offset back from current position. |
length | Number of bytes to copy. |