pattern matching for object properties? #129
Unanswered
sschneider-ihre-pvs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it would be feasible to use pattern matching to solve some ugly could where you sieve through object keys and check if they exist on the object to trigger side effect. For example, if you want to map some values to other values. Or need to string concat sql text if certain keys have values.
Beta Was this translation helpful? Give feedback.
All reactions