Package-level declarations
Datatypes.
Types
BigDecimal as provided by kt-math, but with a serialiser applied.
BigInteger as provided by kt-math, but with a serialiser applied.
Representation of a file to be used in a form.
Collection where each value has a stable identifier.
Row of a table containing a value and its associated identifier.
Identifier of a table row.
Functions
Function returning an empty, placeholder file.
Creates a new empty table.
Creates a new table with the provided value, using an auto-generated identifier.
Creates a new table from a list of values, using auto-generated identifiers.
Creates a new table from a list of pairs mapping an identifier to its respective value.
Creates a new Map from a table.
Creates a table from an Array, using auto-generated identifiers.
Creates a table from a Collection, using auto-generated identifiers.
Creates a table from an Iterable, using auto-generated identifiers.
Creates a table from a Map.
Creates a copy of the provided table.