Lut6

Type Alias Lut6 

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

6-input Lut

Aliased Type§

pub 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.