[][src]Type Definition arctk::chem::conc_builder::ConcBuilder

type ConcBuilder = Vec<(String, f64)>;

Loadable concentration structure.

Trait Implementations

impl Name for ConcBuilder[src]

type Inst = Array1<f64>

Type to be constructed.