libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
LinkedList.removeAtTail
libd
datastructures
linkedlist
LinkedList
Undocumented in source. Be warned that the author may not have intended to support it.
void
removeAtTail
(size_t index, T dest)
struct
LinkedList
(alias T, alias AllocT = SystemAllocator)
void
removeAtTail
()
(
size_t
index
,
scope
ref
T
dest
)
T
removeAtTail
(size_t index)
Meta
Source
See Implementation
libd
datastructures
linkedlist
LinkedList
aliases
getAt
put
removeAt
constructors
this
destructors
~this
functions
getAtHead
insertAt
moveTail
opDollar
opIndex
putHead
putTail
removeAtHead
removeAtTail
postblits
this(this)
properties
length
range
structs
Node