You are viewing a single comment's thread. Return to all comments →
Scala one liner: arr.grouped(2).map(_.tail).flatten.toList
Seems like cookies are disabled on this browser, please enable them to open this website
Filter Positions in a List
You are viewing a single comment's thread. Return to all comments →
Scala one liner: arr.grouped(2).map(_.tail).flatten.toList