ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
list_inlist
dmd
backend
dlist
Search for ptr in list.
extern (
C
++) nothrow @
nogc
list_t
list_inlist
(
list_t
list
,
void
*
ptr
)
Return Value
Type:
list_t
If found, return list entry that it is, else null.
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
Search for ptr in list.