Closed isabelgk closed 2 years ago
Currently I don't believe there's a way to register a dictionary that's already been created without copying the whole thing. (e.g. https://cycling74.com/forums/accessing-nested-dictionaries-in-min/)
Adding a register_as(const symbol name) method would be one way to expose such functionality.
register_as(const symbol name)
Currently I don't believe there's a way to register a dictionary that's already been created without copying the whole thing. (e.g. https://cycling74.com/forums/accessing-nested-dictionaries-in-min/)
Adding a
register_as(const symbol name)
method would be one way to expose such functionality.