daff.SimpleTable
A basic table implementation. Each supported language should
have an optimized native implementation that you can use instead.
See the Table
interface for documentation.
Type: class
Implements:
Static Methods:
tableIsSimilar (tab1 : Table, tab2 : Table) : Bool
Compare the content of two tables.
Parameters:
tab1
the first tabletab2
the second table
Returns: true if the tables are identical
tableToString (tab : Table) : String
Render the table as a string
Parameters:
tab
the table
Returns: a text version of the table
Constructor:
new(w : Int, h : Int)
Parameters:
w
the desired width of the tableh
the desired height of the table