new ArraySet(list) ArraySet is a Set data structure (items must be unique within the set) that also maintains
list : Array.<any> The backing array. Type Array.<any>
exists(item) → {boolean} Checks for the item within this list. Parameters
total : integer Number of items in the ArraySet. Same as list.length. Source
getByKey(property, value) → {any} Gets an item from the set based on the property strictly equaling
Page 2 of 2