hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
Array.this
hunt
collection
Array
Array
Constructor taking a number of items.
this
(U[] values)
struct
Array
(T)
this
(
U
)
(
U
[]
values
...
)
if
(
isImplicitlyConvertible
!(
U
,
T
)
)
if
(
!
is
(immutable
T
== immutable
bool
)
)
this
(Range r)
Meta
Source
See Implementation
hunt
collection
Array
Array
aliases
ConstRange
ImmutableRange
Range
insert
stableInsertBefore
stableRemoveAny
stableRemoveBack
constructors
this
functions
clear
insertAfter
insertBack
insertBefore
linearRemove
opBinary
opDollar
opEquals
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opSliceUnary
removeAny
removeBack
replace
reserve
properties
back
capacity
dup
empty
front
length
Constructor taking a number of items.