struct EE::System::IniFile::key

struct key {
    // fields

    std::string name;
    SmallVector<value, 2> values;
    SmallVector<std::string, 1> comments;
};