create_TwoDimMargolusBlockLattice.create_TwoDimMargolusBlockLattice

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

Meta