ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Iterator.opApply
ocean
io
stream
Iterator
Iterator
Iterate over a set of tokens, exposing a token count starting at zero.
int
opApply
(int delegate(ref cstring) dg)
int
opApply
(int delegate(ref int, ref cstring) dg)
class
Iterator
int
opApply
(
scope
int
delegate
(
ref
int
,
ref
cstring
)
dg
)
int
opApply
(int delegate(ref int, ref cstring, ref cstring) dg)
Meta
Source
See Implementation
ocean
io
stream
Iterator
Iterator
constructors
this
functions
found
get
has
next
notFound
opApply
scan
set
variables
delim
slice
Iterate over a set of tokens, exposing a token count starting at zero.