meson-plus-plus icon indicating copy to clipboard operation
meson-plus-plus copied to clipboard

Dict should store keys as instructions

Open dcbaker opened this issue 1 year ago • 0 comments

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.

dcbaker avatar Nov 08 '24 20:11 dcbaker