LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

Generics Redux -TLKArray #111

Closed LaKraven closed 9 years ago

LaKraven commented 9 years ago

This is the heart of all Generic Collections. It pretty-much just puts a neat little wrapper around a simple Dynamic Array.

It is important to keep its functionality suitably simple, as its capabilities are subsequently expanded upon by implementing types (such as TLKList)

LaKraven commented 9 years ago

TLKArray is initially implemented and has unit test coverage. Closing this, but note that there may be additions to TLKArray over time (as with all things in the LKSL).

Any interface-breaking changes, bugs or other "issues" will be raised separately.