[][src]Function hwt::search::search2

pub fn search2(
    bits: u32,
    feature: u128,
    tw: u32,
    radius: u32
) -> impl Iterator<Item = (usize, u32, usize, [u32; 2])>

Searches the two substrings with bits bits of a feature.

The target weight tw must be known as well.