Join Slack
Powered by
Does anyone know if `foo in listOf(“a”, “b”, “c”)`...
# getting-started
u
ursus
01/15/2025, 1:48 AM
Does anyone know if
foo in listOf(“a”, “b”, “c”)
will have the instances (List and the underlying array) optimized away, when using say R8? (So it becomes just a 3 or-ed statements)
🚫 2
Open in Slack
Previous
Next