README
Array Manager is a simple array wrapper for adding, removing, updating, and searching values. The constructor takes functions for handling update, add, and remove events. Search is handled via binary search and presumes each value in an existing array has a numeric "id" field and the values are sorted in asscending order.