You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, the proposal would be to allow extending the metatable of created state objects to include method calls to state object constructors that declare themselves as chainable.
In the future, this could lead to functional-style pipelines:
Scope could be inferred from the originally piped object, under the stipulation that all chained operations do not require scopes for non-ScopeObjectUsedAs<T>
Currently, we write a lot of:
What if instead, you could write more of:
In short, the proposal would be to allow extending the metatable of created state objects to include method calls to state object constructors that declare themselves as chainable.
In the future, this could lead to functional-style pipelines:
The text was updated successfully, but these errors were encountered: