removeRange

abstract fun removeRange(start: Int, count: Int, onResult: (RESULT) -> Unit? = null)

Removes a contiguous range and reports the terminal result.

연속 구간을 제거하고 종료 결과를 전달합니다.