ca-lib2 v2.0.2 (2017-03-16T06:40:07Z)
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
BlockLattice
BoundedLattice
Lattice
templates
isAnyBlockLattice
isAnyBoundedLattice
isAnyLattice
isBlockLattice
isBoundedLattice
isLattice