OrderedSet icon indicating copy to clipboard operation
OrderedSet copied to clipboard

added func element(equalTo element:Element) -> Element?

Open alekseykolchanov opened this issue 8 years ago • 0 comments

Hi!

I offer you to extend functionality of OrderedSet with function element(equalTo:) -> Element? It gives developers O(1) complexity access to required elements in the OrderedSet.

Also I changed replaceRange function to keep the order of internal array

alekseykolchanov avatar Sep 19 '16 12:09 alekseykolchanov