IniLikeFile.isValidKey

Tell whether the string is valid key. For IniLikeFile the valid key is any non-empty string. Reimplement this function in the derived class to throw exception from IniLikeGroup when key is invalid.

class IniLikeFile
@nogc @safe pure nothrow const
bool
isValidKey
(
string key
)

Meta