| Class | Description |
|---|---|
| FastArrayInteger |
Wrapper that selects an array implementation based on
the mode you are running (Dev Mode vs Compiled)
|
| FastArrayNumber |
Wrapper that selects an array implementation based on
the mode you are running (Dev Mode vs Compiled)
|
| FastArrayShort |
Wrapper that selects an array implementation based on
the mode you are running (Dev Mode vs Compiled)
|
| FastArrayString |
Wrapper that selects an array implementation based on
the mode you are running (Dev Mode vs Compiled)
|
| JsList<T> |
ArrayList that more closely simulates JavaScipt set method,
which adds null values if index is bigger then the current
list capacity
|
Copyright © 2018. All Rights Reserved.