const LUT_SIZE: usize = 8;Expand description
Internal constant for the number of entries in a LookupTable.
This is defined separately from LookupTable::SIZE because we can’t use an inherent associated
constant of a generic type in generic contexts, and this doesn’t vary depending on Point.