pub fn remove_range(bin: &str, index: i64, count: i64) -> Operation<'_>
Expand description

Create list remove range operation. Server removes count items starting at the specified index from the list bin. Server returns the number of items removed.