(import std.Dict)
(let d (dict
"key1" "value1"
"key2" "value2"))
(print (dict:entries d))
(print (dict:keys d))
(print (dict:values d))