This module contains buffers designed for C-style input/output APIs.
Self-expanding buffer, that can be used with functions returning the number of the read bytes.
Circular, self-expanding buffer with overflow support. Can be used with functions returning the number of the transferred bytes.
See Source File tanya/container/buffer.d
Mozilla Public License.
Eugene Wissner 2016-2020.
Eugene Wissner
This module contains buffers designed for C-style input/output APIs.