tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
CircularList.isEmpty
tango
util
container
CircularList
CircularList
Is this container empty?
Time complexity: O(1)
class
CircularList
(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final const
bool
isEmpty
(
)
Meta
Source
See Implementation
tango
util
container
CircularList
CircularList
aliases
Type
constructors
this
destructors
~this
functions
add
addAt
append
cache
check
clear
contains
first
get
head
isEmpty
last
opApply
prepend
remove
removeAt
removeHead
removeRange
removeTail
replace
replaceAt
reset
subset
tail
take
toArray
properties
dup
iterator
size
Is this container empty?
Time complexity: O(1)