geo_aid_script::token::number

Type Alias CompExponent

Source
pub type CompExponent = Rational64;
Expand description

Rational exponent type. 64-bit numerator and denumerator. Aliased for potential changes in the future.

Aliased Type§

struct CompExponent { /* private fields */ }

Trait Implementations§

Source§

impl DeepClone for CompExponent

Source§

fn deep_clone(&self, _math: &mut Math) -> Self

Perform a deep clone.
Source§

impl Reconstruct for CompExponent

Source§

fn reconstruct(self, _ctx: &mut ReconstructCtx<'_>) -> Self

Reconstruct the value.
Source§

impl Reindex for CompExponent

Source§

fn reindex(&mut self, _map: &IndexMap)

Reindex the expression/rule according to the given map.