removeAt

fun removeAt(index: Int): Boolean

Removes data at the specified index and emits a change message to surrounding observers

The change snapshot will contain the data that was just removed

Return

true if the element was removed, false otherwise