BinaryRule.this

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

Meta