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ยง

  • SplitProducer ๐Ÿ”’
    Common producer for splitting on a predicate.

Traitsยง

  • Fissile ๐Ÿ”’
    Helper trait so &str, &[T], and &mut [T] can share SplitProducer.

Type Aliasesยง