An expandable buffer in which you can write text or binary data.
OutBuffer is a write-only output stream of untyped data. It is backed up by a contiguous array or a memory-mapped file.
See Source File root/outbuffer.d Documentation: https://dlang.org/phobos/dmd_root_outbuffer.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/root/outbuffer.d
Walter Bright, https://www.digitalmars.com
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
An expandable buffer in which you can write text or binary data.