Type Alias volute::Lut6

source ·
pub type Lut6 = StaticLut<6, 1>;
Expand description

6-input Lut

Aliased Type§

struct Lut6 { /* private fields */ }

Trait Implementations§

source§

impl From<u64> for Lut6

source§

fn from(table: u64) -> Lut6

Converts to this type from the input type.