removeAt

fun removeAt(index: Int): Float(source)

Removes the element at the given index and returns it.

Throws

if index isn't between 0 and lastIndex, inclusive