fun DoubleArray.some() = for (element in this) println(element)