create_TwoDimMargolusBlockLattice

Undocumented in source.

Members

Aliases

Ct
alias Ct = CellStateType
Undocumented in source.

Functions

create_TwoDimMargolusBlockLattice
auto create_TwoDimMargolusBlockLattice(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
create_TwoDimMargolusBlockLattice
auto create_TwoDimMargolusBlockLattice(int width, int height, CellStateType emptyCellState, CellStateType initialCondition)
Undocumented in source. Be warned that the author may not have intended to support it.
create_TwoDimMargolusBlockLattice
auto create_TwoDimMargolusBlockLattice(int width, int height, CellStateType emptyCellState, CellStateType delegate(int x, int y) initialCondition)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta