list_inlist

Search for ptr in list.

extern (C++) nothrow @safe @nogc @trusted
list_t
list_inlist
(
list_t list
,
void* ptr
)

Return Value

Type: list_t

If found, return list entry that it is, else null.

Suggestion Box / Bug Report