[][src]Module liblife::generation

Generation representation.

Structs

Generation

Represents a cell's generation. Generation is a 2D grid of Cells.

Type Definitions

SimpleGeneration

Represents a Generation made of SimpleCells.