SecretX

Results 2 comments of SecretX

Currently, you can use `null` as a key as well, I think you might have to make `K : Any` too. ```kt ConcurrentHashMap().getOrPut(null) { null } // compiles just fine,...

I missed these functions so much, thank you for implementing them, hope to see them available in the std-library soon.