update_sub Abstract Interface

abstract interface
private pure subroutine update_sub(this, other)

Arguments

Type IntentOptional AttributesName
class(map), intent(inout) :: this
class(map), intent(in) :: other

A map whose key-value pairs will be added to this one, overwriting as necessary.