AtomR

Type Alias AtomR 

Source
pub type AtomR<S> = Spanned<S, AtomRInner<S>>;
Expand description

Raw syntax atom with text span. Represents a term other than a tensor or composition (or a composition/tensor in brackets)

Aliased Type§

pub struct AtomR<S> {
    pub inner: AtomRInner<S>,
    pub span: S,
}

Fields§

§inner: AtomRInner<S>

Wrapped data

§span: S

Text span