voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
MinTypeForLength.MinTypeForLength
voxelman
container
fixedbuffer
MinTypeForLength
Undocumented in source.
alias
MinTypeForLength
=
ubyte
alias
MinTypeForLength
=
ushort
alias
MinTypeForLength
=
uint
template
MinTypeForLength
(size_t value)
static if
(!(
value <= ubyte.max
))
static if
(!(
value <= ushort.max
))
static if
(
value <= uint.max
)
alias
MinTypeForLength
=
uint
alias
MinTypeForLength
=
size_t
Meta
Source
See Implementation
voxelman
container
fixedbuffer
MinTypeForLength
aliases
MinTypeForLength