namespace CPF.Mac.Foundation { public enum NSKeyValueSetMutationKind : ulong { UnionSet = 1uL, MinusSet, IntersectSet, SetSet } }