One question I have is:
How does this proposal apply to enum case functions?
e.g:
enum Foo {
case int(@StoredAsUInt8 Int)
}
One question I have is:
How does this proposal apply to enum case functions?
e.g:
enum Foo {
case int(@StoredAsUInt8 Int)
}