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

Creates a list remove operation. Server removes list items starting at specified rank to the last ranked item and returns removed data specified by returnType.