[][src]Type Definition activitystreams::collection::OrderedCollection

type OrderedCollection = Collection<OrderedCollectionType>;

A subtype of Collection in which members of the logical collection are assumed to always be strictly ordered.

This is just an alias for Collection<OrderedCollectionType> because there's no fields inherent to UnorderedCollection that aren't already present on a Collection.