_aApplyRwd1

Same as _aApplyXXX functions, but for foreach_reverse

extern (C)
int
_aApplyRwd1
(
scope const(wchar)[] aa
,)

Parameters

aa const(wchar)[]

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