Avatar
test.swift:6:7: error: cannot invoke initializer for type 'Set<_>' with an argument list of type '([Animal.Type])' print(Set(animals.map { type(of: $0) })) ^ test.swift:6:7: note: expected an argument list of type '(Source)' print(Set(animals.map { type(of: $0) })) ^