rxd.xf.xform

This module defines the core transducer primitives.

Members

Functions

accumulate
auto accumulate(In input, Rf step, S state)
filter
auto filter()
map
auto map()
transform
auto transform(I input, O output)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Transducer
struct Transducer(Input, Output = Input)

Variables

outputRf
auto outputRf;
Undocumented in source.

Meta