Skip to content

pharo-containers/Containers-RunArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Containers-RunArray

A runarray is a collection optimized for sequence of repeating values.

Loading

The following script installs Containers-RunArray in Pharo.

Metacello new
  baseline: 'ContainersRunArray';
  repository: 'github://pharo-containers/Containers-RunArray/src';
  load.

If you want to depend on it

Add the following code to your Metacello baseline or configuration

spec 
   baseline: 'ContainersRunArray' 
   with: [ spec repository: 'github://pharo-containers/Containers-RunArray/src' ].

About

A runarray is a collection optimized for sequence of repeating values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published