Contains checks if an item exists in the set
(item T)
| 12 | |
| 13 | // Contains checks if an item exists in the set |
| 14 | Contains(item T) bool |
| 15 | |
| 16 | // Find returns the stored value for the given item if it exists |
| 17 | // For case-insensitive sets, this returns the canonical (original) casing |
no outgoing calls