ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
ListRange
dmd
backend
dlist
Range for Lists.
extern (
C
++) nothrow @
nogc
struct
ListRange {
this
(list_t li);
list_t
front
();
void
popFront
();
bool
empty
();
}
Constructors
this
this
(list_t li)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
list_t
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dmd
backend
dlist
aliases
list_free_fp
list_t
functions
list_alloc
list_append
list_append_debug
list_appenddata
list_apply
list_build
list_cat
list_cmp
list_copy
list_copyinto
list_data
list_delete
list_equal
list_free
list_init
list_inlist
list_insert
list_last
list_link
list_new
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
static variables
list_freelist
list_inited
nlist
structs
LIST
ListRange
Range for Lists.