Join Slack
Powered by
Maybe try inlining: i.e. `fun map(inline f: (Doubl...
# announcements
a
andrewoma
01/23/2017, 7:30 PM
Maybe try inlining: i.e.
fun map(inline f: (Double) -> Double): KDArray
[Edit: yep, you'd need to inline the whole function with
inline
before
fun
]
Open in Slack
Previous
Next