- (toml-string TOMLTABLE KEY) --> stringsyntax
- (toml-bool TOMLTABLE KEY) --> boolsyntax
- (toml-int TOMLTABLE KEY) --> intsyntax
- (toml-double TOMLTABLE KEY) --> doublesyntax
- (toml-timestamp TOMLTABLE KEY) --> rfc3339syntax
- (toml-array TOMLTABLE KEY) --> <TomlArray>syntax
- (toml-table TOMLTABLE KEY) --> <TomlTable>syntax
Returns the element of the given type in TOMLTABLE at KEY.