ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
LinkedList.addAt
ocean
util
container
LinkedList
LinkedList
Time complexity: O(n)
LinkedList
addAt
(size_t index, V value)
class
LinkedList
(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
LinkedList
addAt
(
size_t
index
,
V
value
)
size_t
addAt
(size_t index, IContainer!(V) e)
Meta
Source
See Implementation
ocean
util
container
LinkedList
LinkedList
constructors
this
destructors
~this
functions
add
addAt
append
cache
check
clear
contains
dup
first
get
head
isEmpty
iterator
last
opApply
prepend
remove
removeAt
removeHead
removeRange
removeTail
replace
replaceAt
reset
size
sort
subset
tail
take
toArray
Time complexity: O(n)