betterclist v0.2.2 (2021-02-01T23:01:44Z)
Dub
Repo
List.array
betterclist
List
Static array with capacity N that holds the List elements.
T
[
N
]
array
;
struct
List
(T, long N = -1)
static if
(
isSized
)
T
[
N
]
array
;
T
[]
array
;
Meta
Source
See Implementation
betterclist
List
aliases
ElementType
pop
push
constructors
this
functions
clear
opDollar
opIndex
opOpAssign
popBack
pushBack
usedSlice
manifest constants
isSized
properties
availableCapacity
capacity
empty
full
variables
array
Static array with capacity N that holds the List elements.