On 2014-02-07 09:24, Walter Bright wrote:
https://github.com/D-Programming-Language/phobos/pull/1911

This adds a package std.buffer, and the first entry in that package,
std.buffer.scopebuffer.

Thinking out loud here:

* Could we put this in a more general package, like std.memory.buffer.scopebuffer. Then the upcoming std.allocator could be placed in std.memory.allocator

* Do we have any uses for this in druntime? Perhaps move core.memory to core.memory.gc and put this module in core.memory.buffer.scopebuffer.

--
/Jacob Carlborg

Reply via email to