dcontain ~master (2019-05-25T23:28:26Z)
Dub
Repo
List.this
containers
list
List
Constructs a list with specified data
this
(
size_t
length
)
this
(
T
[]
data
)
struct
List
(T)
this
(
T
[]
data
)
this
(
List
!
T
data
)
Meta
Source
See Implementation
containers
list
List
constructors
this
functions
add
addRange
clear
contains
copyTo
empty
indexOf
insert
insertRange
lastIndexOf
opAssign
opIndex
opIndexAssign
opOpAssign
remove
removeAt
removeRange
reverse
toArray
toString
properties
count
Constructs a list with specified data