Map initialization through initializer_list
pixelherodev opened this issue · 1 comments
pixelherodev commented
Feature request: the ability to define maps via initializer lists.
e.g.
Map<String, String> m = {
{"Example key", "example value"},
//...
}`
pixelherodev commented
...that was more straightforward than I expected