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

Creates a list remove operation. Server removes “count” list items starting at specified index and returns removed data specified by returnType.