pub fn base_funs<V: ValT>() -> impl Iterator<Item = Filter<Native<V>>>Expand description
Minimal set of filters that are generic over the value type.
Return the minimal set of named filters available in jaq
which are implemented as native filters, such as length, keys, …,
but not now, debug, fromdateiso8601, …
Does not return filters from the standard library, such as map.