Namespace AlchemyBow.Navigation.Collections
Classes
OrderedSet<T>
Represents a collection of objects that is maintained in sorted order and allows duplicates.
OrderedSetNode<T>
Represents a node of the OrderedSet.
OrderedSetRangeComparer<T>
Describes a comparer that allows you to enumerate nodes of the OrderedSet within a specified range.