Skip to main content

rok_utils/fp/
mod.rs

1pub mod compose;
2
3#[cfg(feature = "random")]
4pub use compose::shuffle;
5pub use compose::{apply, compose, memoize, or_default, pipe, retry, tap, Lazy};