Haxe/neko API documentation
To get started with the Haxe neko target:
- Read through the Haxe Manual
 - Read the Neko documentation
 - Find and install popular Haxe/neko libraries
 - Learn by example with the Haxe Code Cookbook
 
package neko
| .. | |
|---|---|
| vm | |
| zip | |
| Lib | Platform-specific Neko Library. Provides some platform-specific functions for the Neko target, such as conversion from Haxe types to native types and vice-versa.  | 
| NativeArray | |
| NativeString | |
| NativeXml | |
| Random | A seeded pseudo-random generator.  | 
| Utf8 | |
| Web | This class is used for accessing the local Web server and the current client request and information.  | 
| Xml | |
| XmlType | |