Static methods

@:has_untypedstaticclear<T>(array:Array<T>):Void

Clears array.

Parameters:

array

input array

staticcontains<T>(array:ReadOnlyArray<T>, element:Dynamic):Bool

staticisLast<T>(array:ReadOnlyArray<T>, element:Dynamic):Bool

Checks if element is the last in input array.

Parameters:

array

input array

element

element to check

Returns:

true, if element is the last