biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
iovec
bio
std
hts
thirdparty
msgpack
from core.sys.posix.sys.uio.iovec for compatibility with posix.
version(!Posix)
struct
iovec {
void
*
iov_base
;
size_t
iov_len
;
}
Members
Variables
iov_base
void
*
iov_base
;
Undocumented in source.
iov_len
size_t
iov_len
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
thirdparty
msgpack
aliases
Packer
classes
MessagePackException
UnpackException
functions
pack
packer
registerPackHandler
registerUnpackHandler
unpack
manifest constants
EnableReal
mixin templates
DefineDictionalPacker
DefinePacker
InternalBuffer
MessagePackable
structs
PackerImpl
RefBuffer
StreamingUnpacker
Unpacked
Unpacker
Value
iovec
nonPacked
templates
isPackedField
from core.sys.posix.sys.uio.iovec for compatibility with posix.