betterclist v0.2.2 (2021-02-01T23:01:44Z)
Dub
Repo
List.full
betterclist
List
Returns whether List is full, that is, has no more available capacity.
struct
List
(T, long N = -1)
@
nogc
pure @
property
const @
safe
nothrow
bool
full
(
)
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
Returns whether List is full, that is, has no more available capacity.