Happy !

hernan / OrderedSet

Project infos

License MIT
Tags collection
Creation date 2014-08-10
Website

Monticello registration

About OrderedSet

Description

An OrderedSet is a kind of collection having unique elements but ordered. The semantics is that first elements are added and equal element are not added anymore.

Installation

Metacello new
    smalltalkhubUser: 'hernan' project: 'OrderedSet';
    configuration: 'OrderedSet';
    version: #stable;
    load