Contact: aviboots(AT)netvision.net.il
40,764 questions
53,140 answers
573 users
let st1: Set = ["swift", "c", "c++", "go", "java", "c#", "python"] let st2: Set = ["java", "swift", "c#"] print(st1.isStrictSuperset(of: st2)) /* run: true */