Shim8

Type Alias Shim8 

Source
pub type Shim8<Underlying, Scalar> = Shim4<Shim2<Underlying, Scalar>, Scalar>;
Expand description

Shim that octuples the width of a vector.

Aliased Typeยง

pub struct Shim8<Underlying, Scalar>(/* private fields */);