ae ~sd (2021-12-20T16:35:43.7627576)
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