dlist ~master (2019-05-17T22:05:54Z)
Dub
Repo
List.length
dlist
list
List
Returns the number of items in the list.
interface
List
(T)
size_t
length
@
nogc
(
)
Return Value
Type:
size_t
the number of items in the list
Meta
Source
See Implementation
dlist
list
List
functions
add
addAll
capacity
clear
contains
containsAll
get
getRef
indexOf
isEmpty
lastIndexOf
length
remove
removeAll
reserve
set
subArray
toArray
Returns the number of items in the list.