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

Create map remove operation. Server removes the map items identified by values and returns the removed data specified by return_type.