SplitRefResult

Type Alias SplitRefResult 

Source
pub(crate) type SplitRefResult<'a, T, U, N> = (&'a Array<T, N>, &'a Array<T, Diff<U, N>>);