Structsยง
- Buffer
- A raw circular buffer of bytes. The buffer holds exactly
sizemany bytes but it is presented as asize + wraplength slice where the lastwrapmany bytes overlap with the firstwrapmany bytes of the slice. This magic trick is performed with virtual memory, the same physical pages are mapped both at the start and at the end of the buffer.