ca-lib2 v2.2.0 (2017-03-19T05:27:36Z)
Dub
Repo
BoundedLattice
caLib_abstract
lattice
Undocumented in source.
version(unittest)
struct
BoundedLattice (
Ct
uint
N
) {
Lattice
!(
Ct
,
N
)
lattice
;
uint
[
N
]
getLatticeBounds
();
}
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
Source
See Implementation
caLib_abstract
lattice
structs
BoundedLattice
Lattice
templates
isAnyBoundedLattice
isAnyLattice
isBoundedLattice
isLattice