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
{{ message }}
This repository was archived by the owner on Mar 9, 2025. It is now read-only.
Currently only pointer types can be declared optional:
Extend this feature also to other builtin types and structs, with the same postfix-
?
syntax.This could be implemented using tagged unions once we have them, see #26.
The text was updated successfully, but these errors were encountered: