remove

Remove a cell from the world

Examples

Should find one newighbour if the cell is in the world

auto cells = [ Cell(1,1), Cell(1,2) ];
cells.remove(Cell(1,1)).length.should.equal(1);

Meta