# Two.Collection

Extends: Two.Events

An Array like object with additional event propagation on actions. pop, shift, and splice trigger removed events. push, unshift, and splice with more than 2 arguments trigger 'inserted'. Finally, sort and reverse trigger order events.