utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
LinkedList.hasElement
utils
ds
LinkedList
class
LinkedList
(T)
bool
hasElement
(
T
node
)
Return Value
Type:
bool
true if list contains a node, i.e searches for a node and returns true if found
Meta
Source
See Implementation
utils
ds
LinkedList
constructors
this
destructors
~this
functions
append
clear
clearBookmarks
hasElement
hasElements
insert
moveToBookmark
placeBookmark
read
readFirst
readLast
remove
removeBookmark
removeFirst
removeLastRead
resetRead
toArray
properties
count