uv_buf_t

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

Members

Variables

base
char* base;
Undocumented in source.
len
size_t len;
Undocumented in source.

Meta