Skip to main content

ReadAtomic

Type Alias ReadAtomic 

Source
pub type ReadAtomic<Int> = IntAtomic<Rc<str>, Int>;
Expand description

The IntAtomic type that is produced by the ProofReader.

Aliased Type§

pub struct ReadAtomic<Int> {
    pub name: Rc<str>,
    pub comparison: IntComparison,
    pub value: Int,
}

Fields§

§name: Rc<str>§comparison: IntComparison§value: Int