You are viewing a single comment's thread. Return to all comments →
Scala:
arr.map(x => if (x < 0) -x else x)
Seems like cookies are disabled on this browser, please enable them to open this website
Update List
You are viewing a single comment's thread. Return to all comments →
Scala: