dformlib v0.2.1 (2016-02-11T22:33:45Z)
Dub
Repo
OpApplyAddIndex
dfl
collections
Undocumented in source.
template
OpApplyAddIndex (
alias
ApplyFunc
TValue
bool
ADD_APPLY_FUNC
= false
) {
int
opApply
(int delegate(ref size_t, ref TValue val) dg);
static if
(
ADD_APPLY_FUNC
)
int
opApply
(int delegate(ref TValue val) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref size_t, ref TValue val) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(ref TValue val) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfl
collections
functions
_blankListCallback
templates
ListWrapArray
OpApplyAddIndex
OpApplyWrapArray
findIsIndex
removeIndex