ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
ISplitIterator.IterationDelegate
ocean
text
util
SplitIterator
ISplitIterator
Union of the supported 'foreach' iteration delegate types
class
ISplitIterator
protected
union
IterationDelegate {
int
delegate
(
ref
size_t
pos
,
ref
cstring
segment
)
with_pos
;
int
delegate
(
ref
cstring
segment
)
without_pos
;
}
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
Source
See Implementation
ocean
text
util
SplitIterator
ISplitIterator
functions
locateDelim
n
next
opApply
opApply_
remaining
reset
skipDelim
skipLeadingDelims
static functions
trim
unions
IterationDelegate
variables
collapse
include_remaining
Union of the supported 'foreach' iteration delegate types