We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c244015
This resolves issue #1 - The depenency is optional and the library still works fine without it.
__repr__
OrderedSet([1, 2, 3])
OrderedSet((1, 2, 3))
{1, 2, 3}