BoundedLattice

Undocumented in source.
version(unittest)
struct BoundedLattice (
Ct
uint N
) {}

Alias This

lattice

Members

Functions

getLatticeBounds
uint[N] getLatticeBounds()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lattice
Lattice!(Ct, N) lattice;
Undocumented in source.

Meta