[][src]Function hwt::search::search32

pub fn search32(
    bits: u32,
    feature: u128,
    tws: [u32; 16],
    radius: u32
) -> impl Iterator<Item = (usize, u32, usize, [u32; 32])>

Searches the 32 substrings with width bits of a feature.

The target weights tws must be known as well.