Transducers
Summary
This documentation explains transducers as composable, context-independent transformations for reducing functions. It covers terminology, how to define and compose transducers, and core operations such as transduce, eduction, into, and sequence, along with early termination and handling reduction state. The content emphasizes that transducers enable reusable, efficient data processing across inputs like collections, streams, and more.