Type Definition madato::types::NamedTable[][src]

type NamedTable<K, V> = (String, Table<K, V>);