Join Slack
Communities
Powered by
Doesn’t this work? ``` fun map(f: (Double) -> D...
# announcements
o
orangy
01/23/2017, 7:36 PM
Doesn’t this work?
Copy code
fun map(f: (Double) -> Double): DoubleArray = DoubleArray(length()) { f(data[it]) }
Open in Slack
Previous
Next