In: checks whether item is present in set or not.
(item T)
| 26 | GetItems() []T |
| 27 | // In: checks whether item is present in set or not. |
| 28 | In(item T) bool |
| 29 | // IsSubsetOf: checks whether set is subset of set2 or not. |
| 30 | IsSubsetOf(set2 Set[T]) bool |
| 31 | // IsProperSubsetOf: checks whether set is proper subset of set2 or not. |
no outgoing calls