We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This would look something like
abstract Foo with x::Int y::String end
which will cause every subtype of Foo to begin with those fields.
Foo
Some parts of the language internals already anticipate this; it's a matter of hooking up the syntax and filling in a few missing pieces.