(import std.Dict) (let d (dict "key" "value" 5 12)) (print (dict:get d 5)) (print (dict:get d "key"))