Module natural

Module natural 

Source

Structs§

Dictionary
A dictionary is a sequence of key/value pairs. Keys must be unique and sorted in lexicographically increasing order.
DictionaryEntry
A key/value pair in a Dictionary.

Enums§

DictionaryValue
A dictionary’s value is a string, a list of strings, or a list of objects.