OutputSize

Type Alias OutputSize 

Source
pub type OutputSize = HashMap<char, usize>;
Expand description

Alias for HashMap<char, usize>. Contains the axis lengths for all indices in the contraction. Contrary to the name, does not only hold the sizes for output indices.

Aliased Typeยง

pub struct OutputSize { /* private fields */ }