hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
Array.opEquals
hunt
collection
Array
Array
Comparison for equality.
bool
opEquals
(Array rhs)
bool
opEquals
(Array rhs)
struct
Array
(T)
bool
opEquals
(
ref
Array
rhs
)
if
(
!
is
(immutable
T
== immutable
bool
)
)
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
Comparison for equality.