jlleitschuh
03/06/2017, 10:56 PMtoMutableList on a mutable list copy that list?
Otherwise, how do you copy a list? I could use the ArrayList constructor but if there is a kotlin way of copying a list I'd rather do that.mfulton26
03/06/2017, 10:57 PMmfulton26
03/06/2017, 10:58 PMtoMutableList actually calls ArrayList(this)jlleitschuh
03/06/2017, 10:59 PMthis to see if it was already a mutable list before copying it.