项目作者: pharo-containers

项目描述 :
A better Array2D implementation
高级语言: Smalltalk
项目地址: git://github.com/pharo-containers/Containers-Array2D.git
创建时间: 2018-05-01T15:36:59Z
项目社区:https://github.com/pharo-containers/Containers-Array2D

开源协议:

下载


Containers-Array2D


Pharo

License
https://github.com/pharo-containers/Containers-Array2D/workflows/matrix/badge.svg
https://github.com/pharo-containers/Containers-Array2D/workflows/currentStablePharo/badge.svg
Coverage Status

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

  1. Metacello new
  2. baseline: 'ContainersArray2D';
  3. repository: 'github://pharo-containers/Containers-Array2D/src';
  4. load.

If you want to depend on it

  1. spec
  2. baseline: 'ContainersArray2D'
  3. 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