[][src]Function hwt::search::search64

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

Searches the 64 substrings with width bits of a feature.

The target weights tws must be known as well.