-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
T:FeatureType: FeatureType: Feature
Milestone
Description
It doesn't seem to be possible to define structs with private types. E.g.:
defstruct [
a: nil,
b: nil
]
@typep t :: %__MODULE__{
a: integer,
b: binary
}It would be great if typedstruct had a visibility or accessor attribute to control private|public visibility.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:FeatureType: FeatureType: Feature
Projects
Status
Ongoing