[][src]Type Definition mop_blocks::mph::MphOrRef

type MphOrRef<'a, OR, S> = MphOr<&'a [usize], &'a OR, &'a [OR], &'a S>;

Methods

impl<'_, OR, S> MphOrRef<'_, OR, S>[src]

pub fn to_vec(&self) -> MphOrVec<OR, S> where
    OR: Clone,
    S: Clone
[src]