removeRangeAtAsync

fun removeRangeAtAsync(position: Int, count: Int)

Removes count items starting from position. If there are other pending operations on this binder this will only be executed when all the operations have been completed (to ensure index consistency).