BinaryRule.calculateMaxRuleNumber

Undocumented in source. Be warned that the author may not have intended to support it.
struct BinaryRule(Lt)
static
BigInt
calculateMaxRuleNumber
()
if (
is(Lt.CellStateType : ubyte)
&&
isAnyStaticNeighbourhood!(Lt.NeighbourhoodType)
&&
Lt.NeighbourhoodType.NeighboursAmount + 1 < uint.max
)

Meta