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