IniSection.hasKey

Checks if specified key exists

struct IniSection
@safe nothrow @nogc
bool
hasKey
(
string name
)

Parameters

name string

Key name

Return Value

Type: bool

True if exists, false otherwise

Meta