PureMVC Framework for haXe: API Documentation
Back | Index
typedef Null<T>
import StdTypes
Null can be useful in two cases. In order to document some methods that accepts or can return a null value, or for the Flash9 compiler and AS3 generator to distinguish between base values that can be null and others that can't.
= T
Back | Index