initialized Interface

public interface initialized

Check whether data structure is initialized properly


Module Procedures

private pure function array_initialized(self) result(okay)

Check whether data structure is initialized properly

Arguments

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

Instance of the TOML array

Return Value logical

Data structure is initialized