Expand description
Common splitter for strings and slices
This module is private, so these items are effectively pub(super)
Structsยง
- Split
Producer ๐ - Common producer for splitting on a predicate.
Traitsยง
- Fissile ๐
- Helper trait so
&str,&[T], and&mut [T]can shareSplitProducer.