haXe API Documentation
Back | Index
extern interface ArrayAccess<T>
import StdTypes
Available in flash, neko, js, flash9, php, cpp
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