BinaryRule.this

Undocumented in source.
  1. this(Lt* lattice, BigInt ruleNumber)
    struct BinaryRule(Lt)
    this
    (,
    BigInt ruleNumber
    )
    if (
    is(Lt.CellStateType : ubyte)
    &&
    isAnyStaticNeighbourhood!(Lt.NeighbourhoodType)
    &&
    Lt.NeighbourhoodType.NeighboursAmount + 1 < uint.max
    )
  2. this(Lt* lattice, ubyte[] ruleSet)

Meta