Page
Library
Module
Module type
Parameter
Class
Class type
Source
OLinq_table
SourceThis table is designed for holding relational data over scalar values (strings, intergers, bools, etc.). It trades type-safety for flexibility, and should be well-suited to dealing with CSV-encoded data.
STATUS: EXPERIMENTAL
Raised in case dimensions don't match
create ~names ()
creates a new table with columns labelled with names
init ~names n f
makes a table with size
rows, each initialized from f
init ~names n row
makes a table with size
rows, all equal to row
get_cell i j tbl
gets the j
-th value of the i
-th row