Module rayon::split_producer

source ·
Expand description

Common splitter for strings and slices

This module is private, so these items are effectively pub(super)

Structs

  • Common producer for splitting on a predicate.

Traits

  • Fissile 🔒
    Helper trait so &str, &[T], and &mut [T] can share SplitProducer.

Type Aliases