as3-collections icon indicating copy to clipboard operation
as3-collections copied to clipboard

An AS3 library of collection classes, including maps, lists, sets, and for..each iteration.

Results 2 as3-collections issues
Sort by recently updated
recently updated
newest added

Collections should be able to support dispatching notifications when a collection changes. One way to accomplish this is to create a set of wrapper classes for each base type of...

feature

Need to provide a way to grab elements off an `ImmutableList` using bracket operators (`[]`).

bug