Module tuplez::search

source ·
Expand description

Provides the ability to search tuple elements by type.

Check the documentation page of Search for details.

Structs§

  • Helper type indicates that the search has been completed.
  • Helper type indicates that current element is excluded by the search result.
  • Helper type indicates that current element is included by the search result.

Traits§

  • Search for contiguous subsequences of tuples.
  • Replace elements of a specific contiguous subsequence to another sequence that may be of different element types.
  • Search for an element of a specific type in a tuple.
  • Search for subsequences of tuples.
  • Replace elements of a specific subsequence to another sequence that may be of different element types.
  • replace tail elements of the tuple.