Similar::Algorithms::UniqueItem(T)
Represents an item in the vector returned by unique.
It compares like the underlying item does it was created from but carries the index it was originally created from.
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
index
Sourcelookup
Source