easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
Selection.opApply
easyd
list
Selection
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(ptrdiff_t, T) dg)
int
opApply
(int delegate(ptrdiff_t, LinkedListIterator!T, T) dg)
int
opApply
(int delegate(T*) dg)
class
Selection
(T)
static if
(
__traits(hasMember, T, "tupleof")
)
static if
(!(
is(T == class) || is(T == interface) || isTuple!T
))
int
opApply
(
int
delegate
(
T
*
)
dg
)
int
opApply
(int delegate(ptrdiff_t, T*) dg)
int
opApply
(int delegate(ptrdiff_t, LinkedListIterator!T, T*) dg)
int
opApply
(int delegate(const T) dg)
int
opApply
(int delegate(ptrdiff_t, const T) dg)
int
opApply
(int delegate(ptrdiff_t, LinkedListIterator!T, const T) dg)
Meta
Source
See Implementation
easyd
list
Selection
constructors
this
functions
add
filter
length
opApply
opIndex
sortAsc
sortDesc
variables
locations
sorted
source
sourceList