pub type SplitCache<'a> = Split<'a, char>;
Split cache type for consistent API
pub struct SplitCache<'a>(/* private fields */);