Skip to content

shinobi/Data-StaticTable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Data-StaticTable

The StaticTable provides a way to handle bidimensional data in a fashion somewhat similar to a spreadsheet

  • Columns have names
  • Rows have numbers, starting from 1

The name Static comes from the fact that, after creation, you can not add or remove elements from it. If you want to do that, you can take a subset from it to create another one

A Query object is provided to perform searches using the native perl6 grep over columns, and handle indexes automatically.

Detailed documentation is available at https://github.com/shinobi/Data-StaticTable/wiki

Please send comments and ideas to shinobi.cl@gmail.com

About

A static memory structure in Perl6, bidimensional, that uses String for column names and rows starting from one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%