You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overloading requires the pointer to the object is dereferenced, when overloading [] using __getitem__ the pointer is always dereferenced for you. For other types of operators you need to manually deference using a[...].
TODO:
setitem
typer to check all variable types, and automatically dereference when needed.