into.hpp
Go to the documentation of this file.
auto transduce(XformT &&xform, ReducingFnT &&step, StateT &&state, InputRangeTs &&...ranges) -> estd::decay_t< StateT >
Similar to clojure.core/transduce.
Definition: transduce.hpp:41
auto into(CollectionT &&col, XformT &&xform, InputRangeTs &&...ranges) -> CollectionT &&
Similar to clojure.core/into$4.
Definition: into.hpp:48