set_multiple_sub Abstract Interface

abstract interface
private subroutine set_multiple_sub(this, elements, items)

Arguments

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

The indices (starting from 1) of the elements whose values are to be set.

class(*), intent(in), dimension(:):: items

The values to be stored in the specified elements. Each item is placed in the element specified by the integer in the corresponding position in the array elements.