Join Slack
Communities
Powered by
How do I convert a range to a set? The following d...
# announcements
d
Danilo Herrera
08/23/2017, 2:42 PM
How do I convert a range to a set? The following does not compile:
Copy code
val indices = mutableSetOf<Int>(0..size)
Open in Slack
Previous
Next