CamilleBC
11/08/2018, 12:18 PMfun List<E>.getDifference(other: List<E>) = this.union(other) - this.intersect(other)
spand
11/08/2018, 12:20 PMfun <E> List<E>.getDifference(other: List<E>) = this.union(other) - this.intersect(other)
CamilleBC
11/08/2018, 12:20 PMShawn
11/08/2018, 1:15 PM