MCPcopy Create free account
hub / github.com/daisy/MathCAT / With

Class With

src/speech.rs:624–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622// the variables are placed on (and later) popped of a variable stack before/after the replacement
623#[derive(Debug, Clone)]
624struct With {
625 variables: VariableDefinitions, // variables and values
626 replacements: ReplacementArray, // what to do with these vars
627}
628
629impl fmt::Display for With {
630 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected