phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
UsageOf.UsageOf
nxt
memuse
UsageOf
Undocumented in source.
enum
UsageOf
;
alias
UsageOf
=
Linear1D
!(
size_t
,
ElementType
!
T
.
sizeof
)
template
UsageOf
(T)
static if
(!(
!hasIndirections!T
))
static if
(
isDynamicArray!T && isScalarType!(ElementType!T)
)
alias
UsageOf
=
Linear1D
!(
size_t
,
ElementType
!
T.sizeof
)
alias
UsageOf
=
Quadratic1D
!(
size_t
,
ElementType
!
T
.
sizeof
)
Meta
Source
See Implementation
nxt
memuse
UsageOf
manifest constants
UsageOf