Join Slack
Powered by
Any solutions?
# announcements
y
Yekta
11/22/2019, 12:12 PM
Any solutions?
Yekta
11/22/2019, 12:18 PM
I'd like to check is that element is Array<Line> not just the Line type
d
diesieben07
11/22/2019, 12:19 PM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/is-array-of.html
diesieben07
11/22/2019, 12:19 PM
element is Array<*> && element.isArrayOf<Line>()
Open in Slack
Previous
Next