Len: gives the length of the set (total no. of elements in set)
()
| 22 | Delete(item T) |
| 23 | // Len: gives the length of the set (total no. of elements in 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. |
no outgoing calls