dformlib v0.1.0 (2016-01-28T21:30:47Z)
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)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(ref size_t, ref TValue val) dg)
ditto
Meta
Source
See Implementation
dfl
collections
functions
_blankListCallback
templates
ListWrapArray
OpApplyAddIndex
OpApplyWrapArray
findIsIndex
removeIndex