void main() { auto hash = ["foo":42, "bar":100]; assert("foo" in hash); }