Lut5

Type Alias Lut5 

Source
pub type Lut5 = StaticLut<5, 1>;
Expand description

5-input Lut

Aliased Type§

pub struct Lut5 { /* private fields */ }

Trait Implementations§

Source§

impl From<u32> for Lut5

Source§

fn from(table: u32) -> Lut5

Converts to this type from the input type.