dlist ~master (2019-05-17T22:05:54Z)
Dub
Repo
List.clear
dlist
list
List
Removes all the elements of the array and deallocate all the memory.
interface
List
(T)
void
clear
@
nogc
(
)
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
Removes all the elements of the array and deallocate all the memory.