Kotlin 的神乎奇技

通过这些小技巧让您的代码简洁、精炼!

通过 union intersect subtract 来处理 List

在使用 List 时,可以快速地使用 union、intersect、subtract 等技巧过滤出想要的资料,而不需要用到 filter!