vec1
vec1 copied to clipboard
Feature request: Add split_first
The underlying slice has:
pub fn split_first(&self) -> Option<(&T, &[T])>
But for Vec1 the Option is always Some. Could we get a dedicated split_first on the Vec1.