Function rayon::str::split

source ·
fn split(chars: &str) -> Option<(&str, &str)>
Expand description

Try to split a string near the midpoint.