len Interface

public interface len

Overload len function


Module Procedures

private pure function get_len(self) result(length)

Get number of TOML values in the array

Arguments

Type IntentOptional Attributes Name
class(toml_array), intent(in) :: self

Instance of the TOML array

Return Value integer

Current length of the array