[][src]Function hwt::search::search_exact8

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

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

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

Returns an iterator over the tc (target children).