betterclist v0.2.2 (2021-02-01T23:01:44Z)
Dub
Repo
List.this
betterclist
List
Construct List with initial elements.
this
(Args args)
struct
List
(T, long N = -1)
static if
(
isSized
)
this
(
Args
...
)
(
auto
ref
Args
args
)
this
(T[] backingSlice, Args args)
this
(T* backingArrayPointer, size_t capacity, Args args)
this
(void[] backingSlice, Args args)
this
(void* backingArrayPointer, size_t bufferSize, Args args)
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
Construct List with initial elements.