ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
list_inlist
tk
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
tk
dlist
aliases
list_free_fp
list_t
functions
list_append
list_append_debug
list_appenddata
list_apply
list_build
list_cat
list_cmp
list_copy
list_copyinto
list_data
list_equal
list_free
list_init
list_inlist
list_insert
list_last
list_link
list_next
list_nitems
list_nth
list_pop
list_prepend
list_prependdata
list_prev
list_ptr
list_reverse
list_subtract
list_term
manifest constants
FPNULL
structs
LIST
variables
list_inited
Search for ptr in list.