dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
OpApplyWrapArray
dfl
collections
Undocumented in source.
template
OpApplyWrapArray (
TValue
alias
Array
) {
int
opApply
(int delegate(ref TValue val) dg);
int
opApply
(int delegate(ref size_t, ref TValue val) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref TValue val) dg)
int
opApply
(int delegate(ref size_t, ref TValue val) dg)
Meta
Source
See Implementation
dfl
collections
functions
_blankListCallback
templates
ListWrapArray
OpApplyAddIndex
OpApplyWrapArray
findIsIndex
removeIndex