Base class for all collections

Constructor

Defined collections/Collection.js

concat Function Public


Defined collections/Collection.js

Concats two collections

Source
function (){
   throw new Error("Not Implemented");
           
}
    

indexOf Function Public


Defined collections/Collection.js

Find the index of an item in a collection

Source
function (){
   throw new Error("Not Implemented");
           
}
    

join Function Public


Defined collections/Collection.js

Joins two collections

Source
function (){
   throw new Error("Not Implemented");
           
}
    

lastIndexOf Function Public


Defined collections/Collection.js

Find the last index of an item in a collection

Source
function (){
   throw new Error("Not Implemented");
           
}
    

slice Function Public


Defined collections/Collection.js

Slice a portion from a collection

Source
function (){
   throw new Error("Not Implemented");
           
}
    

toString Function Public


Defined collections/Collection.js

Convert a collection to a string

Source
function (){
   throw new Error("Not Implemented");
           
}
    

License

MIT https://github.com/C2FO/comb/raw/master/LICENSE

Meta