meson-plus-plus
meson-plus-plus copied to clipboard
Dict should store keys as instructions
It's valid for a dictionary to have a key that is a String, Identifier pointing to a string, or some callable that returns one of the previous things. We currently store them as a std::string.