[][src]Function hwt::search::search16

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

Searches the 16 substrings with width bits of a feature.

The target weights tws must be known as well.