OrderedSet

Description

OrderedSet for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
Aug. 31, 2018
Updated
Sept. 3, 2018
Topics
collection ordered-set pharo pharo-smalltalk smalltalk

README excerpt

# OrderedSet

# Installation

```smalltalk
Metacello new
    baseline: 'OrderedSet';
    repository: 'github://hernanmd/OrderedSet/repository';
    load
```

# Baseline String

If you want to add the OrderedSet to your Metacello Baselines or Configurations, copy and paste the following expression:

```smalltalk
    " ... "
    spec
            baseline: 'OrderedSet' 
            with: [ spec repository: 'github://hernanmd/OrderedSet/repository' ];
    " ... "
``` 
← Back to results