masking records
#1344
Replies: 2 comments 2 replies
-
If you just want to remove a field at some deeply nested location, you can write that using
It doesn't remove a field if it would end up being an empty record, but that shouldn't be hard to add. Maybe utilities like that could be good candidates for a future standard library expansion. |
Beta Was this translation helpful? Give feedback.
2 replies
-
ya perhaps something like this should be elevated to syntax? i feel like it's just the inverse of the merge op. thanks! |
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
-
would there be a way to create a 'mask' for records (antimerging?)? i guess it would need a recursive filter.
this doesn't work
Beta Was this translation helpful? Give feedback.
All reactions