[][src]Function hwt::search::search_exact32

pub fn search_exact32(
    sp: Bits8<u128>,
    sc: Bits4<u128>,
    tp: Bits8<u128>,
    radius: u32
) -> impl Iterator<Item = Bits4<u128>>

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

  • sp - Search parent CHF<4>
  • sc - Search child CHF<5>
  • tp - Target parent CHF<4>

Returns an iterator over the tc (target children).