Up
Next
Module
Toml.Table
module
Table:
sig
..
end
The type of a Toml table. Toml tables implement the
Map
interface. Their keys are of type
Toml.Table.Key.t
.
module
Key
:
sig
..
end
include
Map.S