ConfigFile.hasSectionKey

Returns true if the specified section-key pair exists.

struct ConfigFile
@nogc nothrow const
bool
hasSectionKey
(
in String section
,
in String key
)

Meta