compare_less Interface

interface
public pure function compare_less(lhs, rhs) result(less)

Arguments

Type IntentOptional Attributes Name
type(toml_key), intent(in) :: lhs

Left hand side TOML key in comparison

type(toml_key), intent(in) :: rhs

Right hand side TOML key in comparison

Return Value logical

Comparison result

Description

Define order relation between two TOML keys