[][src]Function hwt::search::search_exact128

pub fn search_exact128(
    sp: Bits2<u128>,
    sc: Bits1<u128>,
    tp: Bits2<u128>,
    radius: u32
) -> impl Iterator<Item = Bits1<u128>>

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

  • sp - Search parent CHF<6>
  • sc - Search child CHF<7>
  • tp - Target parent CHF<6>

Returns an iterator over the tc (target children).