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

Create list pop range operation. Server returns the items starting at the specified index to the end of the list and removes those items from the list bin.