--Jon
Is there a way to clear an OutBuffer?
Jon Degenhardt via Digitalmars-d-learn Sun, 22 May 2016 12:02:53 -0700
Is there a way to clear an OutBuffer, but without freeing the
internally managed buffer? Something similar to
std.array.appender.clear method. Intent would be to reuse the
OutBuffer, but without reallocating memory for the buffer.
- Is there a way to clear an OutBuff... Jon Degenhardt via Digitalmars-d-learn
- Re: Is there a way to clear a... Ali Çehreli via Digitalmars-d-learn
- Re: Is there a way to cle... Jon Degenhardt via Digitalmars-d-learn
- Re: Is there a way to... Seb via Digitalmars-d-learn
- Re: Is there a way to... Gary Willoughby via Digitalmars-d-learn
- Re: Is there a wa... Jon Degenhardt via Digitalmars-d-learn
