provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
LinkedList.opApply
prova
util
linkedlist
LinkedList
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref Node!T result) dg)
class
LinkedList
(T)
int
opApply
(
int
delegate
(
ref
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
properties
length