buf_mem_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct buf_mem_st {}

Members

Variables

data
char* data;
Undocumented in source.
length_
size_t length_;

current number of bytes

max
size_t max;

size of buffer

Meta