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