funs

Function funs 

Source
pub fn funs<D: DataT>() -> impl Iterator<Item = Filter<Native<D>>>
where for<'a> D::V<'a>: ValT,
Expand description

Named filters available by default in jaq which are implemented as native filters, such as length, keys, …, but also now, debug, fromdateiso8601, …

This is the combination of base_funs and extra_funs. It does not include filters implemented by definition, such as map.