ISplitIterator.IterationDelegate

Union of the supported 'foreach' iteration delegate types

Members

Variables

with_pos
int delegate(ref size_t pos, ref cstring segment) with_pos;

Union of the supported 'foreach' iteration delegate types

without_pos
int delegate(ref cstring segment) without_pos;
Undocumented in source.

Meta