ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
ChainControl
ae
utils
meta
chain
Iteration control.
struct
ChainControl (
bool
result
Next
) {
Next
next
;
this
(Next next);
bool
opCall
(T v);
}
Constructors
this
this
(Next next)
Undocumented in source.
Members
Functions
opCall
bool
opCall
(T v)
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
Iteration control.