Module lambda_types::prelude

source ·
Expand description

A module you can glob import to get many useful things in scope.

Re-exports§

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.