enigma ~master (2021-03-01T14:53:29Z)
Dub
Repo
SetElement
structure
Undocumented in source.
struct
SetElement (
size_t
cardinalityOfSet
)
if
(
cardinalityOfSet
> 0
) {
import
boolean_matrix
:
BCV
;
;
immutable
size_t
id
;
this
(size_t id);
this
(BCV!cardinalityOfSet entity);
}
Constructors
this
this
(size_t id)
Undocumented in source.
this
this
(BCV!cardinalityOfSet entity)
Undocumented in source.
Members
Variables
id
size_t
id
;
Undocumented in source.
Meta
Source
See Implementation
structure
functions
cyclicPermutation
cyclicPermutationInv
permutation
structs
PermutationElement
SetElement