dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
OpApplyWrapArray
dfl
collections
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
templates
ListWrapArray
OpApplyAddIndex
OpApplyWrapArray