pub fn remove_by_value_list<'a>(
    bin: &'a str,
    values: &'a [Value],
    return_type: ListReturnType
) -> Operation<'a>
Expand description

Create list remove by value list operation. Server removes all items that are equal to one of the specified values. Server returns the number of items removed