README excerpt
# Containers-LazyList
[](https://travis-ci.com/Ducasse/Containers-LazyList)
[](https://coveralls.io/github//Ducasse/Containers-Grid?branch=master)
[]()
[](https://pharo.org/download)
[](https://pharo.org/download)
<!-- [](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