libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
LinkedList.put
libd
datastructures
linkedlist
LinkedList
Undocumented in source.
struct
LinkedList
(alias T, alias AllocT = SystemAllocator)
alias
put
=
putTail
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