usesuper::Kernel;usecrate::CoordNum;/// Simple kernel provides the direct implementation of the
/// predicates. These are meant to be used with exact
/// arithmetic signed types (eg. i32, i64).
#[derive(Default, Debug)]pubstructSimpleKernel;impl<T: CoordNum>Kernel<T>forSimpleKernel{}