Enum gridsim::GOL[][src]

pub enum GOL {}

Conway's Game of Life

Trait Implementations

impl Debug for GOL
[src]

Formats the value using the given formatter. Read more

impl<'a> Rule<'a> for GOL
[src]

The type of cells on the grid

The neighborhood of the rule

This defines a rule for how a cell and its neighbors transform into a new cell.

Auto Trait Implementations

impl Send for GOL

impl Sync for GOL