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
Indeed, this is a miss. Not sure if there are much use cases for it, since the struct itself cannot be made private, but there is no reason for this feature not to be present.
We already have opaque: true, which we could replace in a later version by visibility: which could be :public (default), :private or :opaque.
It doesn't seem to be possible to define structs with private types. E.g.:
It would be great if
typedstruct
had avisibility
oraccessor
attribute to controlprivate|public
visibility.The text was updated successfully, but these errors were encountered: