ivector_pop Function

public function ivector_pop(this) result(val)

Removes the last element and returns it. Calling this method on an empty list

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this

Return Value integer


Contents

None