Class Ember.TrackedArray
Module:
ember
An Ember.TrackedArray
tracks array operations. It's useful when you want to
lazily compute the indexes of items in an array after they've been shifted by
subsequent operations.
An Ember.TrackedArray
tracks array operations. It's useful when you want to
lazily compute the indexes of items in an array after they've been shifted by
subsequent operations.