Type Definition MphOrRef
mop_blocks::mph
type MphOrRef<'a, OR, S> = MphOr<&'a [usize], &'a OR, &'a [OR], &'a S>;
impl<'_, OR, S> MphOrRef<'_, OR, S>
pub fn to_vec(&self) -> MphOrVec<OR, S> where OR: Clone, S: Clone,