encodeMatch
private fn
void encodeMatch(ref ubyte[] dst, size_t off, size_t len)Encode a match to the output buffer.
Parameters
dst | Output buffer to append to. |
off | Match offset (distance back). |
len | Match length. |