[−][src]Trait morton_encoding::ValidKey
Guarantees that a given data structure is suitable for a Morton Key.
Essentially, it guarantees that a) it behaves as if it's an integer and b) that it's larger than the relevant coordinate.
Implementors
impl<Coor, Key: PrimInt + From<Coor> + BitOrAssign + BitAndAssign + ShlAssign<usize>> ValidKey<Coor> for Key
[src]
All primitive int types are suitable for Morton Keys.