[idea] easy chaining calls #9472
Unanswered
iperov
asked this question in
Language Ideas
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
easy chaining without introducing SelfType, Generic mess, or boilerplating.
Instead of a dot
.
, we only need another character (for example->
) that replaces the return type of the next function with a reference to the same classExample
Beta Was this translation helpful? Give feedback.
All reactions