mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
mir_rcarray.opEquals
mir
rc
array
mir_rcarray
Compares this reference-counted array to another of the same template or null for equality.
bool
opEquals
(typeof(null) )
bool
opEquals
(ThisTemplate!Y rhs)
struct
mir_rcarray
(T)
@
safe
scope const pure nothrow @
nogc
bool
opEquals
(
Y
)
(
auto
ref
scope
const
ThisTemplate
!
Y
rhs
)
mir
rc
array
mir_rcarray
aliases
serdeKeysProxy
constructors
this
destructors
~this
functions
asSlice
length
moveToSlice
opAssign
opCmp
opDollar
opEquals
opIndex
proxySwap
ptr
toHash
mixins
__anonymous
variables
_payload
Compares this reference-counted array to another of the same template or null for equality.