ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
CircularList.tail
ocean
util
container
CircularList
CircularList
Time complexity: O(1)
V
tail
()
class
CircularList
(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
V
tail
(
)
V
tail
(V element)
Meta
Source
See Implementation
ocean
util
container
CircularList
CircularList
aliases
Type
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
subset
tail
take
toArray
Time complexity: O(1)