dg_t

Delegate type corresponding to transformed loop body

The parameter is a pointer to the current char, wchar or dchar

extern (D)
alias dg_t = int delegate
(
void* c
)

Return Value

non-zero when a break statement is hit

Meta