trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
Cell
gameoflife
game
Undocumented in source.
struct
Cell {
long
x
;
long
y
;
}
Members
Variables
x
long
x
;
Undocumented in source.
y
long
y
;
Undocumented in source.
Meta
Source
See Implementation
gameoflife
game
aliases
CellList
functions
deadNeighbours
evolve
livesIn
neighbours
remove
structs
Cell