jbnizet
06/23/2016, 10:13 PMfun <T> unmodifiableList(list: List<T>): List<T> = Collections.unmodifiableList(list)
? Note that I(m not saying Jayson's immutable collections are a bad idea. I'm just trying to understand the differences, pros and cons of the approaches.