On Wed, 29 Oct 2014 21:14:13 +0000 dcrepid via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:
> Now, I'm used to 'buffer' meaning one thing, but here it seems > that buffer means something more akin to a 'sink' object, or a > forced dynamic array type? Is there some way I can avoid dynamic > allocations? take a slice of your buffer: `Input[]`. slices aren't doing allocations, they just keeping pointer to data and data length together.
signature.asc
Description: PGP signature