PureMVC Framework for haXe: API Documentation
Back |
Indexextern interface ArrayAccess<T>
import StdTypes
ArrayAccess is used to indicate a class that can be accessed using brackets.
The type parameter represent the type of the elements stored.
Back |
Index