https://github.com/pharo-containers/containers-array2d
A better Array2D implementation
https://github.com/pharo-containers/containers-array2d
collections pharo
Last synced: 3 months ago
JSON representation
A better Array2D implementation
- Host: GitHub
- URL: https://github.com/pharo-containers/containers-array2d
- Owner: pharo-containers
- Created: 2018-05-01T15:36:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T10:07:02.000Z (over 1 year ago)
- Last Synced: 2025-04-09T09:42:12.131Z (about 1 year ago)
- Topics: collections, pharo
- Language: Smalltalk
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containers-Array2D
[](https://img.shields.io/badge/license-MIT-blue.svg)


[](https://coveralls.io/github/pharo-containers/Containers-Array2D?branch=master)
A better Array2D implementation
This package is part of the Containers project: This project is to collect, clean,
test and document alternate collection datastructures. Each package is modular so that users
can only load the collection they need without 100 of related collections.
## Loading
```smalltalk
Metacello new
baseline: 'ContainersArray2D';
repository: 'github://pharo-containers/Containers-Array2D/src';
load.
```
## If you want to depend on it
```smalltalk
spec
baseline: 'ContainersArray2D'
with: [ spec repository: 'github://pharo-containers/Containers-Array2D/src' ].
```
----
The best way to predict the future is to do it!
Less talking more doing. stephane.ducasse@inria.fr