项目作者: Ducasse

项目描述 :
A grid data structure
高级语言: Smalltalk
项目地址: git://github.com/Ducasse/Containers-Grid.git
创建时间: 2018-05-01T19:56:00Z
项目社区:https://github.com/Ducasse/Containers-Grid

开源协议:

下载


Pharo Containers-Grid

https://github.com/Ducasse/Containers-Grid/workflows/currentStablePharo/badge.svg
https://github.com/Ducasse/Containers-Grid/workflows/matrix/badge.svg
Coverage Status
License

Installation

The following script installs DataFrame into the Pharo image

  1. Metacello new
  2. baseline: 'ContainersGrid';
  3. repository: 'github://Ducasse/Containers-Grid/src';
  4. load.

If you want to depend on it

  1. spec
  2. baseline: 'ContainersGrid'
  3. with: [ spec repository: 'github://Ducasse/Containers-Grid/src' ].

Containers-Grid

A grid data structure

  1. CTGridTest >> testRows [
  2. self assert: grid3x2BooksCreatedWithRows rows first equals: #('A Time to Kill' 'John Grisham' 1989).
  3. self assert: grid3x2BooksCreatedWithRows rows second equals: #('Blood and Smoke' 'Stephen King' 2010).
  4. self assert: grid3x2BooksCreatedWithRows rows third equals: #('Spin' 'Robert Charles Wilson' 2006)
  5. ]

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.


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