Package-level declarations
Datatypes.
Types
BigDecimal as provided by kt-math, but with a serializer applied.
Serializer for BigDecimal.
BigInteger as provided by kt-math, but with a serializer applied.
Serializer for BigInteger.
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.
Function used to disambiguate between the two tableOf implementations, in case of 0 arguments.
Creates a new table from a list of elements, using auto-generated identifiers.
Creates a new table from a list of pairs mapping an identifier to its respective element.
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.