Module agnes::filter[][src]

Filtering functions for agnes data structures.

Traits

DataFilter

Trait for finding an index set of values in a field that match a predicate. Returns a vector of

Filter

Trait that provides a function for filtering a data structure's contents.

Matches

Provides a utility for matching a specific value. Returns true if the chosen element matches the provided target value.