Trait yaxpeax_core::analyses::evaluators::const_evaluator::Domain[][src]

pub trait Domain {
    type Modifier;
    type Value;
    fn join(
        l: Option<Self::Value>,
        r: Option<Self::Value>
    ) -> Option<Self::Value>; }

Associated Types

arbitrary expressions that may constrain values in this domain

Required methods

Implementors