I have a function `fun isOk(members: Set<Thing&...
# announcements
g
I have a function
fun isOk(members: Set<Thing>): Boolean
, this function and
Thing
type are library types, I cant change them