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