dg2_t

Delegate type corresponding to transformed loop body

Parameters are pointers to a size_t loop index, and the current char, wchar or dchar.

extern (D)
alias dg2_t = int delegate
(
void* i
,
void* c
)

Return Value

non-zero when a break statement is hit

Meta