provaengine ~master (2022-05-08T15:19:44.1677855)
Dub
Repo
LinkedList.opApply
prova
util
linkedlist
LinkedList
int
opApply
(int delegate(Node!T result) dg)
class
LinkedList
(T)
int
opApply
(
int
delegate
(
Node
!
T
result
)
dg
)
int
opApply
(int delegate(ref T result) dg)
Meta
Source
See Implementation
prova
util
linkedlist
LinkedList
functions
clear
contains
getFirstNode
getLastNode
insertAfter
insertBack
insertBefore
insertFront
opApply
remove
toArray
toRange
properties
length