Kaya 0.5.3 reference for Array::removeAt

List of functions and data types in Array

Void removeAt(var [a] array, Int idx)

Arguments

Usage

Remove (in-place) the element at position idx.

array = [1,2,3,4,5,6,7];
removeAt(array,2);
// array = [1,2,4,5,6,7];

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya