dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
list_equal
dmd
backend
dlist
Compare two lists.
nothrow @
safe
@
nogc
int
list_equal
(
list_t
list1
,
list_t
list2
)
Return Value
Type:
int
If they have the same ptrs, return 1 else 0.
Meta
Source
See Implementation
dmd
backend
dlist
functions
list_append
list_apply
list_data
list_equal
list_free
list_inlist
list_next
list_nitems
list_nth
list_pop
list_prepend
list_prependdata
list_ptr
list_reverse
list_subtract
structs
ListRange
Compare two lists.