set_single_sub Abstract Interface

abstract interface
private subroutine set_single_sub(this, element, item)

Arguments

Type IntentOptional AttributesName
class(list), intent(inout) :: this
integer, intent(in) :: element

The index (starting from 1) of the element whose value is to be set.

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

The value to store in the specified element