tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Iterator.opApply
tango
io
stream
Iterator
Iterator
Iterate over a set of tokens, exposing a token count starting at zero.
int
opApply
(int delegate(ref const(T)[]) dg)
int
opApply
(int delegate(ref int, ref const(T)[]) dg)
class
Iterator
(T)
int
opApply
(
scope
int
delegate
(
ref
int
,
ref
const
(
T
)[]
)
dg
)
int
opApply
(int delegate(ref int, ref const(T)[], ref const(T)[]) dg)
Meta
Source
See Implementation
tango
io
stream
Iterator
Iterator
constructors
this
functions
found
get
has
notFound
opApply
scan
set
properties
next
variables
delim
slice
Iterate over a set of tokens, exposing a token count starting at zero.