Base class for all collections
Concats two collections
Source
function (){
throw new Error("Not Implemented");
}
Find the index of an item in a collection
Source
function (){
throw new Error("Not Implemented");
}
Joins two collections
Source
function (){
throw new Error("Not Implemented");
}
Find the last index of an item in a collection
Source
function (){
throw new Error("Not Implemented");
}
Slice a portion from a collection
Source
function (){
throw new Error("Not Implemented");
}
Convert a collection to a string
Source
function (){
throw new Error("Not Implemented");
}
MIT https://github.com/C2FO/comb/raw/master/LICENSE
git clone git://github.com/C2FO/comb.git