Module tuplez::predicate

source ·
Expand description

Provides the ability to test tuples.

Traits§

  • Tests if every element of the tuple matches a predicate.
  • Tests if any element of the tuple matches a predicate.
  • Define a unary predicate that accepts immutable reference of a value and produces a bool result.