another question… dataclass with `Array<String&...
# announcements
i
another question… dataclass with
Array<String>
field, warns me to override equals() - is there a handy way to do that? Or do I have to iterate through all the strings and call equals on them…