capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
PrimitiveList.elementSize
capnproto
PrimitiveList
PrimitiveList
Undocumented in source.
enum
elementSize
;
enum
elementSize
;
enum
elementSize
;
enum
elementSize
;
enum
elementSize
;
struct
PrimitiveList
(Type)
static if
(!(
is(Type == Void)
))
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == byte) || is(Type == ubyte)
))
static if
(!(
is(Type == short) || is(Type == ushort)
))
static if
(
is(Type == int) || is(Type == uint) || is(Type == float)
)
enum
elementSize
=
ElementSize.FOUR_BYTES
;
enum
elementSize
;
Meta
Source
See Source File
capnproto
PrimitiveList
PrimitiveList
manifest constants
elementSize
structs
Builder
Reader