-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problems
Description
(based on discussion in #376)
Proposing new syntax for tear-offs to cover several use cases. General form: obj.(thing-to-tear-off)
Examples:
a.(+) // operator tear-off
a.(unary-)
a.(get x) // getter tear-off
a.(set x) // setter tear-off
Foo.(new) // default constructor tear-off
Foo.(new named) // named constructor tear-off
ds84182, rezi-nicospencer, nythrox, jodinathan, udayvharihar and 12 morePlugFox
Metadata
Metadata
Assignees
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problems