ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
DefaultCollect.DefaultCollect
ocean
util
container
Container
Container
DefaultCollect
Undocumented in source.
alias
DefaultCollect
=
Collect
!(
T
)
alias
DefaultCollect
=
GCChunk
!(
T
, (
4095
- ((
void
*).
sizeof
*
3
) -
uint
.
sizeof
) / (
T
).
sizeof
)
template
DefaultCollect
(T)
version(prior_allocator)
static if
(!(
(T).sizeof + ((void*).sizeof * 3) + uint.sizeof >= 4095 / 2
))
alias
DefaultCollect
=
GCChunk
!(
T
, (
4095
- ((
void
*).
sizeof
*
3
) -
uint
.
sizeof
) / (
T
).
sizeof
)
Meta
Source
See Implementation
ocean
util
container
Container
Container
DefaultCollect
aliases
DefaultCollect