funs

Function funs 

Source
pub fn funs<V: ValT>() -> impl Iterator<Item = Filter<Native<V>>>
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.