ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
LIST
dmd
backend
dlist
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) nothrow @
nogc
struct
LIST {
LIST
*
next
;
int
count
;
union
__anonymous
;
}
Members
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
count
int
count
;
Undocumented in source.
next
LIST
*
next
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
dlist
aliases
list_free_fp
list_t
functions
list_alloc
list_append
list_apply
list_data
list_delete
list_equal
list_free
list_inlist
list_new
list_next
list_nitems
list_nth
list_pop
list_prepend
list_prependdata
list_ptr
list_reverse
list_subtract
manifest constants
FPNULL
structs
LIST
ListRange