garyposter

Total Owned Packages
1

Total Downloads
389

  • transducer0.1.0

    389 Downloads

    Composable algorithmic transformations. Transducers let you combine reduction operations like `map`, `filter`, `take_while`, `take`, and so on into a single reducing function. As with Stream, but in contrast to Enum, all operations are performed for each item before the next item in the enumerabl...