ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
ChainIterator
ae
utils
meta
chain
Starts the chain by iterating over a tuple.
struct
ChainIterator (
Next
) {
Next
next
;
this
(Next next);
bool
opCall
(Args args);
}
Constructors
this
this
(Next next)
Undocumented in source.
Members
Functions
opCall
bool
opCall
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
next
Next
next
;
Meta
Source
See Implementation
ae
utils
meta
chain
aliases
chainAll
chainFirst
functions
chainFunctor
chainIterator
structs
ChainControl
ChainFilter
ChainFunctor
ChainIterator
ChainMap
templates
chainControl
chainFilter
chainMap
Starts the chain by iterating over a tuple.