Tests if something is a BoundedLattice.
*
returns true if T is a BoundedLattice of dimensionN, Storing cells of type Ct.
False if not.
*
A BoundedLattice is a $(LATTICE) with a fixed size. It's function getLatticeBounds
returns a list of uint's representing the length of the lattice'sdimensions
*
A BoundedLattice is a Lattice with the additional function: void getLatticeBounds().
*
Tests if something is a BoundedLattice. * returns true if T is a BoundedLattice of dimension N, Storing cells of type Ct. False if not. * A BoundedLattice is a $(LATTICE) with a fixed size. It's function getLatticeBounds returns a list of uint's representing the length of the lattice's dimensions * A BoundedLattice is a Lattice with the additional function: void getLatticeBounds(). *