You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//// In this module, the Ruleset type and its functions are defined.
////
//// API:
//// - Ruleset
//// Internal:
//// * None
// Local imports:
importruleasrul
// Public:
/// Ruleset type definition.
/// A ruleset is used to determine the next state of a cell based on it's current state and it's neighbourhood after a tick with any number of rules the ruleset contains applied to it.