Contact: aviboots(AT)netvision.net.il
40,762 questions
53,137 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 */