Type Definition cop::offset::OLit[][src]

type OLit<'t, P, C> = Offset<&'t Lit<P, C, usize>>;

Implementations

impl<'t, P, C> OLit<'t, P, C>[src]

pub fn head(&self) -> &P[src]

pub fn args(&self) -> OArgs<'t, C>[src]

impl<'t, P: Eq, C: Eq> OLit<'t, P, C>[src]

pub fn eq_mod(&self, sub: &Sub<'t, C>, other: &Self) -> bool[src]

impl<'t, P: Eq + Neg<Output = P> + Clone, C: Eq> OLit<'t, P, C>[src]

pub fn neg_eq_mod(&self, sub: &Sub<'t, C>, other: &Self) -> bool[src]

Trait Implementations

impl<'t, P: Display, C: Display> Display for OLit<'t, P, C>[src]