ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
AllocTypes.ALLOC_SIZE
ae
utils
alloc
AllocTypes
Undocumented in source.
mixintemplate
AllocTypes
()
static if
(
is(BASE_TYPE) && is(V)
)
enum
ALLOC_SIZE
=
(
V.sizeof
+
BASE_TYPE.sizeof
-
1
) /
BASE_TYPE.sizeof
;
Meta
Source
See Source File
ae
utils
alloc
AllocTypes
aliases
R
T
V
manifest constants
ALLOC_SIZE