Join Slack
Powered by
<What is opposite to 'in' condition in Kotlin - '!...
# stackoverflow
u
user
07/06/2022, 8:31 PM
What is opposite to 'in' condition in Kotlin - '!` mark equivalent to Java
In Java we do use ! in case we want to say NOT. But what should I use in Kotlin if I follow some range condition. if( item in 5..10) So here I want to say if item NOT in 5..10 ?? what is the proper construction?
2
Views
Open in Slack
Previous
Next