blob: a0dff2255c2b9d8743cb076fb59b811aa1e56c5d [file] [log] [blame]
fun DoubleArray.some() = for (element in this) println(element)