[][src]Function hwt::search::search_exact4

pub fn search_exact4(
    bits: u32,
    sp: Bits64<u128>,
    sc: Bits32<u128>,
    tp: Bits64<u128>,
    radius: u32
) -> impl Iterator<Item = Bits32<u128>>

Gets all the possible offsets in a feature that maintain a particular exact radius.

  • sp - Search parent CHF<1>
  • sc - Search child CHF<2>
  • tp - Target parent CHF<1>

Returns an iterator over the tc (target children).