removeEntry(at:)
Removes and releases the entry at the specified index.
Declaration
func removeEntry(at index: Int)Parameters
- index:
The zero-based index identifying the desired entry.
Discussion
If the specified index is invalid, this method does nothing.