mina_
tree
0.16.0
mina_tree
Function
split_at
Copy item path
Source
pub fn split_at<T>(slice: &
[T]
, at:
usize
) -> (&
[T]
, &
[T]
)