Pipe into record update #4088
FrostyX
started this conversation in
Ideas & suggestions
Replies: 2 comments
-
Record updates are not functions so you cannot pipe into them or use them with the function capture syntax. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I regularly run into this, is this impossible or undesired? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
We have this custom type
and create a record representing some person (sorry if I got the terminology wrong, I come from the class/object world).
Now if we want to update one of the values, we can do
But unfortunately the IMHO best way is not supported
and fails with
Beta Was this translation helpful? Give feedback.
All reactions