ConfigFile.hasSectionKey

Returns true if the specified section-key pair exists.

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

Meta