Dict<a, b> dict([Pair<a, b> ] entries)
Arguments
entries: A list of pairs.
Usage
Creates a dictionary from an association list (list of key/value pairs). If any keys are repeated, the later value is preferred.
entries: A list of pairs. Creates a dictionary from an association list (list of key/value pairs). If any keys are repeated, the later value is preferred.