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
This is a placeholder for some work I'll be doing. The basic idea is to replace the current ad-hoc accessing of the value.data union with proper accessors functions and enums. That way we'll be less likely to access the wrong variable type, and it'll be easier to check for errors too.
The text was updated successfully, but these errors were encountered:
This is a placeholder for some work I'll be doing. The basic idea is to replace the current ad-hoc accessing of the value.data union with proper accessors functions and enums. That way we'll be less likely to access the wrong variable type, and it'll be easier to check for errors too.
The text was updated successfully, but these errors were encountered: