GetItems: gives the array( []T ) of elements of the set.
()
| 24 | Len() int |
| 25 | // GetItems: gives the array( []T ) of elements of the set. |
| 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. |
no outgoing calls