Expand description

SmallSet which considers order important for equality and hash.

Structs§

  • Error returned by try_insert.
  • SmallSet wrapper, but equality and hash of self depends on iteration order.

Type Aliases§

  • Iterator returned by into_iter.
  • Iterator returned by iter.