Please enable JavaScript to view this site.

A-Shell Reference

A gridmap is a variation of ordered map with two keys and one value, intended for use with data structures that can be represented by rows and columns, such as CSV files, spreadsheets, SQL query results sets, and any data values that can be plotted on a two dimensional graph. There are two variations; one uses integers for both the row and column index; the other uses integers for the row index but a string for the column.

History

2023 March, A-Shell 6.5.1728:  Added GRIDMAP to A-Shell

Subtopics

Declaration / Creation

Destruction

Special GRIDMAP Functions

Element Assignment and Removal

Accessing Elements

Iterators