ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
LinkedList.removeAt
ocean
util
container
LinkedList
LinkedList
Time complexity: O(n)
class
LinkedList
(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
LinkedList
removeAt
(
size_t
index
)
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)