Static variables

@:value(0xFFFFFFFF)staticfinalinlineread onlyALL:Int = 0xFFFFFFFF

Static methods

staticget(layers:Array<Int>):FoxLayer

Calculates layer hash based on array of

staticinlinelayer(layer:Int):FoxLayer

staticfromRadix2String(layers:String):FoxLayer

Calculates layer hash based on a string sequence of 1s and 0s, from right to left.

staticinlineadd(a:FoxLayer, b:FoxLayer):FoxLayer

staticinlineremove(a:FoxLayer, b:FoxLayer):FoxLayer

staticinlinecheck(a:FoxLayer, b:FoxLayer):Bool