Containers-LazyList

Details

Source
GitHub
Dialect
pharo (40% confidence)
Created
May 1, 2018
Updated
May 19, 2019
Topics
collections pharo

README excerpt

# Containers-LazyList

[![Build Status](https://travis-ci.com/Ducasse/Containers-LazyList.svg?branch=master)](https://travis-ci.com/Ducasse/Containers-LazyList)
[![Coverage Status](https://coveralls.io/repos/github//Ducasse/Containers-LazyList/badge.svg?branch=master)](https://coveralls.io/github//Ducasse/Containers-Grid?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
<!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/Ducasse/Containers-PropertyEnvironment)  -->



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.

## Example

```
Blah
```

## Loading

```
Metacello new
   baseline: 'ContainersLazyList';
   repository: 'github://Ducasse/Containers-LazyList/';
   load.
```

## If you want to depend on it

```
spec 
   baseline: 'ContainersLazyList' 
   with: [ spec repository: 'github://Ducasse/Containers-LazyList/src' ].
```





The original author should contact me so that I can put his name. I do not know where I found this code.

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