set_func Abstract Interface

abstract interface
private function set_func(this, key, val)

Arguments

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

The key whose value is to be set

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

The value to be assigned to the specified key

Return Value real