insert_sub Abstract Interface

abstract interface
private subroutine insert_sub(this, position, item)

Arguments

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

The location at which the new element will be placed

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

The value to be placed in the list