Join Slack
Communities
Powered by
Is there any way to assert equality between two in...
# javascript
q
quiro
06/25/2024, 7:14 AM
Is there any way to assert equality between two instances of type
Record<K, V>
?
t
turansky
06/26/2024, 11:23 AM
Do you need Kotlin equality checks for values?
q
quiro
06/26/2024, 12:01 PM
I would like to assert that the two records contain the same keys and the value of each key is the same
t
turansky
06/26/2024, 12:06 PM
> value of each key is the same > According Kotlin equality rules?
q
quiro
06/26/2024, 12:14 PM
yes
quiro
06/26/2024, 12:14 PM
the check is happening in kotlin code
2
Views
Open in Slack
Previous
Next