Skip to main content

MathGroup

Type Alias MathGroup 

Source
pub type MathGroup<T> = Group<T, BMathGrpTok, EMathGrpTok>;
Expand description

${ … } / { … } math (the latter when already inside math mode).

Aliased Type§

pub struct MathGroup<T> {
    pub open: BMathGrpTok,
    pub slot: T,
    pub close: EMathGrpTok,
}

Fields§

§open: BMathGrpTok§slot: T§close: EMathGrpTok