Contact: aviboots(AT)netvision.net.il
39,987 questions
51,931 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 */