On Wednesday, 2 September 2015 at 15:04:10 UTC, cym13 wrote:
> You can also reset a variable to its initial state (what you
> would hav had if you hadn't initialized it) using:
>
> buffer.init();
Huh? That doesn't work... Instead, use:
buffer = buffer.init;