removeAt

abstract fun removeAt(index: Int): Result<T>(source)

Removes the value at index from the model.

Return

the value removed or an error if none exists

Parameters

index

to remove