| Authors: | John Benediktsson |
| Class | Superclass | Slots |
duplicate-key | tuple | key |
unknown-value | tuple | value |
| Word | Stack effect |
>toml | ( assoc -- string ) |
duplicate-key | ( key -- * ) |
path>toml | ( path -- assoc ) |
toml> | ( string -- assoc ) |
unknown-value | ( value -- * ) |
write-toml | ( assoc -- ) |
| Word | Stack effect |
duplicate-key? | ( object -- ? ) |
unknown-value? | ( object -- ? ) |