spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
__equals
object
Undocumented in source. Be warned that the author may not have intended to support it.
bool
__equals
(
T1
T2
)
(
T1
[]
lhs
,
T2
[]
rhs
)
Examples
assert
(
__equals
([], []));
assert
(!
__equals
([
1
,
2
], [
1
,
2
,
3
]));
Meta
Source
See Implementation
object
aliases
ClassInfo
__va_list
dstring
equals_t
hash_t
ptrdiff_t
size_t
sizediff_t
string
wstring
classes
Error
Exception
Object
Throwable
TypeInfo
TypeInfo_Class
TypeInfo_Const
functions
__ArrayCast
__ArrayDtor
__ArrayEq
__ArrayPostblit
__cmp
__ctfeWrite
__equals
__switch
__switch_error
_d_assert_fail
_d_delThrowable
_postblitRecurse
_xopCmp
_xopEquals
destroy
structs
Interface
OffsetTypeInfo
__va_list_tag
templates
_arrayOp
_isStaticArray
variables
rtinfoHasPointers
rtinfoNoPointers