Avatar
omochimetaru 4/4/2019 2:26 AM
@swift-main let a = [1,2,3] let b = [2] let diff = a.difference(from: b) dump(diff)