Skip to content

SmiljanaKnezev/Containers-Array2D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers-Array2D

Build Status Coverage Status License Pharo version Pharo version Pharo version

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

Metacello new
  baseline: 'ContainersArray2D';
  repository: 'github://Ducasse/Containers-Array2D/src';
  load.

If you want to depend on it

  spec 
    baseline: ''ContainersArray2D' 
    with: [ spec repository: 'github://Ducasse/Containers-Array2D/src' ].

The best way to predict the future is to do it! Less talking more doing. stepharo.self@gmail.com

About

A better Array2D implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 99.4%
  • HTML 0.6%