class ArrayUtils
package com.domwires.core.utils
Static methods
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