[][src]Trait raptor::ir::Value

pub trait Value: Clone + Debug + Display + Eq + Hash + PartialEq + Send + Sync {
    fn bits(&self) -> usize;
}

Required methods

fn bits(&self) -> usize

Loading content...

Implementors

impl Value for KSet[src]

impl Value for StridedInterval[src]

impl Value for Constant[src]

Loading content...