sort_sub Abstract Interface

abstract interface
private subroutine sort_sub(this, comparison)

Arguments

Type IntentOptional AttributesName
class(list), intent(inout) :: this
procedure(comparison_func) :: comparison

A procedure which evaluates whether a container object is less than, equal to, or greater than another