mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
SmallArray.opEquals
mir
small_array
SmallArray
SmallArray
Comparisons operator overloads
bool
opEquals
(SmallArray rhs)
bool
opEquals
(SmallArray rhs)
bool
opEquals
(V[] array)
bool
opEquals
(SmallArray!(T, rhsMaxLength) array)
struct
SmallArray
@
safe
pure @
nogc
const
bool
opEquals
(
uint
rhsMaxLength
)
(
auto
ref
SmallArray
!(
T
,
rhsMaxLength
)
array
)
auto
opCmp
(V[] array)
auto
opCmp
(SmallArray!(T, rhsMaxLength) array)
Meta
Source
See Implementation
mir
small_array
SmallArray
SmallArray
aliases
opBinary
opOpAssign
put
serdeKeysProxy
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAppend
trustedAssign
variables
_data
_length
Comparisons operator overloads