Module 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§

call
Ergonomic wrapper macro for calling a function.
chained
Chains applications of a function onto many arguments.
define
Helper macro for easily defining types that implement crate::Function.