Class ArrayRemoveFunctionIterator

java.lang.Object
org.rumbledb.runtime.RuntimeIterator
org.rumbledb.runtime.HybridRuntimeIterator
org.rumbledb.runtime.functions.arrays.ArrayRemoveFunctionIterator
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class ArrayRemoveFunctionIterator extends HybridRuntimeIterator
F&O 3.1 array:remove — returns a new array with members at the given 1-based positions omitted (distinct positions; order preserved). Raises FOAY0001 if any position is out of bounds.
See Also: