easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
CList.opApply
easyd
list
CList
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(T) dg)
int
opApply
(int delegate(ref LinkedListIterator!T, T) dg)
int
opApply
(int delegate(T*) dg)
int
opApply
(int delegate(ref LinkedListIterator!T, T*) dg)
int
opApply
(int delegate(const T) dg)
class
CList
(T)
const
static if
(!(
is(T == class) || is(T == interface)
))
static if
(!(
__traits(hasMember, T, "tupleof")
))
int
opApply
(
int
delegate
(
const
T
)
dg
)
int
opApply
(int delegate(ref LinkedListIterator!T, const T) dg)
Meta
Source
See Implementation
easyd
list
CList
aliases
TKey
constructors
this
functions
add
addAfter
addBefore
addHelper
addIfNew
addNew
check
clear
compact
createIndex
createMainIndex
del
delAllMatches
delFirstMatch
dup
find
findMax
first
found
itemAt
iterator
lastIterator
opApply
opBinary
selection
mixins
__anonymous
variables
container
idfield
indexes
lastLocation
length
list
valuesCanChange