Searched defs:split_first (Results 1 – 2 of 2) sorted by relevance
391 pub fn split_first(&self) -> Option<(T, &ZeroSlice<T>)> { in split_first() function
253 fn split_first(&self) -> (Option<char>, Self) { in split_first() method