Skip to main content

Module native

Module native 

Source
Expand description

Native filter construction tools.

Functions§

bome
Box Once and Map Errors to exceptions.
run
Convert a filter with a run pointer to a native filter.
unary
Create a filter that takes a single variable argument and whose output is given by the function f that takes the input value and the value of the variable.
v
Creates n variable arguments.

Type Aliases§

Filter
Name, arguments, and implementation of a filter.
Fun
Native filter over a crate::DataT.