Join Slack
Powered by
inline fun mutateElems(f: (Double) -> Double): ...
# announcements
d
danko9
03/11/2017, 12:34 AM
inline fun mutateElems(f: (Double) -> Double): DoubleVector { storage.data.forEach { this[0] = f(this[0]) } return this }
Open in Slack
Previous
Next