Buffer.end

This points to the memory one byte beyond the end of the buffer.

struct Buffer
ubyte* end;

Meta