Tools

Static variables

staticread onlyisWindows:Bool

Available on cs, neko, nodejs

Static methods

staticinlinebytesInputIterator(b:BytesInput):Iterator<Byte>

staticinlinebytesIterator(b:Bytes):Iterator<Byte>

staticclone<T>(obj:T):T

staticconvertObject(a:{}, fun:Dynamic ‑> Dynamic):Dynamic<Dynamic>

staticinlinecopy(it:IntIterator):IntIterator

staticinlinecopyFields(a:{}, b:{}):Void

staticcurrentDir():Dynamic

staticcurrentFile():Dynamic

staticcut(inp:BytesInput):BytesInput

@return

Parameters:

b

@:value({ maxDepth : 1 })staticequal(a:Dynamic, b:Dynamic, maxDepth:Int = 1):Bool

Compare two value @gmail.com> @return

Parameters:

a
b
maxDepth

-1 - infinity depth

staticerrorFunction(e:Dynamic):Void

staticinlineexists<T>(a:Iterable<T>, e:T):Bool

staticfunctionLength(f:Function):Int

staticgetBuildDate():Dynamic

statichexToBytes(hex:String):Bytes

staticifsw(e:Dynamic):Dynamic

staticjoinBytes(bs:Array<Bytes>):Bytes

staticlibPath(lib:String):String

Available on cs, neko, nodejs

staticinlinemax(it:IntIterator):Int

staticinlinemin(it:IntIterator):Int

staticmultyIndexOf<T>(it:Iterable<T>, av:Array<T>):Int

staticinlinenore<T>(v:T):Bool

Null Or Empty @gmail.com>

staticnullFunction0():Void

staticnullFunction1(_:Dynamic):Void

staticnullFunction2(_:Dynamic, _:Dynamic):Void

staticnullFunction3(_:Dynamic, _:Dynamic, _:Dynamic):Void

staticnullFunction4(_:Dynamic, _:Dynamic, _:Dynamic, _:Dynamic):Void

staticnullFunction5(_:Dynamic, _:Dynamic, _:Dynamic, _:Dynamic, _:Dynamic):Void

staticinlineor<T>(v1:T, v2:T):T

staticown(c1:Class<Dynamic>, c2:Class<Dynamic>):Bool

@:value({ delimiter : "_" })staticparsePrefixObjects(a:Dynamic<String>, delimiter:String = "_"):Dynamic<Dynamic>

staticinlineponyPath():String

Available on cs, neko, nodejs

staticreadStr(b:BytesInput):String

staticinlinereverse<K, V>(map:Map<K, V>):Map<V, K>

Available on flash, neko, nodejs

staticsetFields(a:Dynamic, b:{}):Void

@:genericstaticinlinesget<A, B>(m:Map<A, B>, key:A):B

@:value({ maxDepth : 1 })staticsuperIndexOf<T>(it:Iterable<T>, v:T, maxDepth:Int = 1):Int

@:value({ maxDepth : 1 })staticsuperMultyIndexOf<T>(it:Iterable<T>, av:Array<T>, maxDepth:Int = 1):Int

staticinlinetraceThrow(e:String):Void

staticusedLibs():Dynamic

staticwith(e1:Dynamic, el:Dynamic):Dynamic

with @haxe.org> @link https://gist.github.com/Simn/87948652a840ff544a22

staticinlinewriteStr(b:BytesOutput, s:String):Void