Module lambda_types::prelude
source · Expand description
A module you can glob import to get many useful things in scope.
Re-exports§
pub use crate::primitives::*;
pub use crate::boolean::*;
pub use crate::math::*;
pub use crate::datatypes::*;
Macros§
- Ergonomic wrapper macro for calling a function.
- Chains applications of a function onto many arguments.
- Helper macro for easily defining types that implement
crate::Function
.