Function ConfigFile.hasSectionKey

Returns true if the specified section-key pair exists.

bool hasSectionKey (
  const(String) section,
  const(String) key
) nothrow @nogc const;