[][src]Type Definition space::MortonRegionSet

type MortonRegionSet<M> = HashSet<MortonRegion<M>, MortonBuildHasher>;

Use this to have a set of regions defined by a z-order curve on a particular level. This will not exclude subset regions. This uses a custom hasher that is optimized for z-order data locality.