[][src]Function hwt::search::search_exact64

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

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

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

Returns an iterator over the tc (target children).