-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Map-like subsref
and subsasgn
overload for types.untyped.Set
types.
#409
Comments
this would be cool! |
though let's think about how we would support any names that have spaces in them |
Since Sets are already backed by value = nwb.processing('some data');
nwb.processing('some data') = SomeType; |
We'd just have to be careful never to accidentally shadow any methods in Set itself ( |
how about |
subsref
overload for types.untyped.Set
types.subsref
and subsasgn
overload for types.untyped.Set
types.
That would require changing the internals of the |
ok, sounds like your solution is simpler and less risky |
Calling
get
/set
all the time isn't quite idiomatic MATLAB.The text was updated successfully, but these errors were encountered: