Available on lua
Platform-specific Lua Library. Provides some platform-specific functions for the Lua target, such as conversion from Haxe types to native types and vice-versa.
staticinlinedefArray<T>(tab:Table<Int, T>, length:Int):Array<T>
staticfillArray<T>(itr:() ‑> T):Array<T>
staticisShellAvailable():Bool
staticinlinepatternQuote(str:String):String
staticinlineprint(v:Dynamic):Void
Print the specified value on the default output.
staticinlineprintln(v:Dynamic):Void
Print the specified value on the default output followed by a newline character.
staticinlinetableToArray<T>(t:Table<Int, T>, ?length:Int):Array<T>
staticinlinetableToObject<T>(t:Table<String, T>):Dynamic<T>