remove_val_sub Abstract Interface

abstract interface
private pure subroutine remove_val_sub(this, key, val)

Arguments

Type IntentOptional AttributesName
class(multimap), intent(inout) :: this
class(*), intent(in) :: key

A key from which to remove a value

class(*), intent(in) :: val

A value which will be removed from key, if key has such a value.