Declaration
public Grid(
IEnumerable<PentaCell> cells,
IEnumerable<Link<PentaCell>> links = null,
Func<PentaCell, IEnumerable<PentaCell>> getNeighbors = null
)
Summary
See
Structure<TCell>(IEnumerable<TCell>, IEnumerable<Link<TCell>>, Func<TCell, IEnumerable<TCell>>).