Example of a BoundedLattice
static assert(isBoundedLattice!(BoundedLattice!(int, 3), int, 3)); static assert(isAnyLattice!(BoundedLattice!(char, 7)));
See Implementation
Example of a BoundedLattice