pub fn remove_by_value<'a>(
    bin: &'a str,
    value: &'a Value,
    return_type: ListReturnType
) -> Operation<'a>
Expand description

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