Type Definition MphOrMut
mop_blocks::mph
type MphOrMut<'a, OR, S> = MphOr<&'a mut [usize], &'a mut OR, &'a mut [OR], &'a mut S>;