Consider the following code:
val set = setOf<Int?>(null)
println(set.isNullOrEmpty())
What will we see in the output?
Consider the following code:
val set = setOf<Int?>(null)
println(set.isNullOrEmpty())
What will we see in the output?
Create a free account to access the full topic