betterclist v0.2.0 (2021-01-23T14:16:40Z)
Dub
Repo
List.isSized
betterclist
List
Whether List has fixed size, which means it is backed by a static array
struct
List
(T, long N = -1)
enum
isSized
=
N
>=
0
;
Meta
Source
See Source File
betterclist
List
aliases
ElementType
pop
push
constructors
this
functions
clear
opIndex
opOpAssign
popBack
pushBack
usedSlice
manifest constants
isSized
properties
availableCapacity
capacity
empty
full
variables
array
Whether List has fixed size, which means it is backed by a static array