removeAt

fun removeAt(index: Int): Pair<Fugue<V>, FugueOp.Remove<V>>?

Remove the visible element at index.

Returns the new Fugue state and the FugueOp.Remove op to broadcast, or null if index is out of bounds.