JetBrains / kotlin-wrappers

Kotlin wrappers for popular JavaScript libraries
Apache License 2.0
1.33k stars 165 forks source link

Allow putting nullable values in records #2164

Closed sgrishchenko closed 8 months ago

sgrishchenko commented 8 months ago

I want to align Record and ReadonlyRecord interfaces with MutableMap and Map interfaces in Kotlin, and with JsMap ReadonlyMap.

turansky commented 8 months ago

In case of Record aligning = loose strictness. Additional operators can be used instead.