hi, is "if (value in set)" valid?
# getting-started
b
hi, is "if (value in set)" valid?
d
Yes. It's equivalent to calling `contains`: https://kotlinlang.org/docs/reference/operator-overloading.html#in
b
thank you!
aaah, operator overloading 🙂
r
@Bernhard btw, you should use backticks to wrap code instead of quotes to get formatting.