SwiftStudies/OysterKit

Improve syntactic sugar for @transient and @void

Closed this issue · 0 comments

At the moment the "-" suffix signifies consume (poorly defined). The following modifiers should be defined

"-" the generated token should be void
"~" the generated token should be transient