_aApplyRdw1

Same as _aApplyXXX functions, but for foreach_reverse

extern (C)
int
_aApplyRdw1
(
scope const(dchar)[] aa
,)

Parameters

aa const(dchar)[]

input string

dg dg_t

foreach body transformed into a delegate, similar to opApply

Return Value

Type: int

non-zero when the loop was exited through a break

Meta