delete_slice_sub Abstract Interface

abstract interface
private subroutine delete_slice_sub(this, start_element, end_element)

Arguments

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

Index of the first element in the slice to be deleted

integer, intent(in) :: end_element

Index of the last element in the slice to be deleted