[][src]Function hwt::search::search128

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

Searches the 128 substrings of a feature.

Bits is assumed to be 1.

The target weights tws must be known as well.