Skip to main content

Module explicit

Module explicit 

Source
Expand description

Explicit dispatch functions requiring a Brand turbofish.

For most use cases, prefer the inference-enabled wrappers from functions.

Functionsยง

filter
Filters the values in a filterable context using a predicate.
filter_map
Filters and maps the values in a filterable context.
partition
Partitions the values in a filterable context using a predicate.
partition_map
Partitions the values in a filterable context using a function that returns Result.