gas

Macro gas 

Source
macro_rules! gas {
    ($o2:expr, $he:expr) => { ... };
}
Expand description

Shorthand for creating a Gas, in a style similar to mix notation (O2/He)

ยงPanics

This macro will panic if the two supplied values exceed 100.