Grid
interface Grid
The library's specialized state collection that allows indexing by the particular address system used here.
Inheritors
Types
Properties
Link copied to clipboard
The number of linear columns in the Grid.
Link copied to clipboard
Whether edge lines are enabled.
Link copied to clipboard
Whether the even rows and columns are inset, or the odd ones.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the appropriate Grid.Address if row and column are valid coordinates.
Link copied to clipboard
Iterator function for Grid.
Link copied to clipboard
The Address-indexed get operator for Grid.
The Int-indexed get operator for Grid.
Link copied to clipboard
Returns whether the given line – row or column – is inset, per the insetEvenLines property.
Link copied to clipboard