Example of a Lattice
static assert(isLattice!(Lattice!(int, 2), int, 2)); static assert(isAnyLattice!(Lattice!(char, 3)));
See Implementation
Example of a Lattice