Delete: deletes the passed element from the set if present
(item T)
| 20 | Add(item T) |
| 21 | // Delete: deletes the passed element from the set if present |
| 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. |
no outgoing calls