Trait surge_wavetable::imports::imports::imports::DimAdd[][src]

pub trait DimAdd<D> where
    D: Dimension
{ type Output: Dimension; }
Expand description

Adds the two dimensions at compile time.

Associated Types

The sum of the two dimensions.

Implementors