Advanced Swift: Sequences, Collections and Algorithms · Conclusion | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1940675-advanced-swift-sequences-collections-and-algorithms/lessons/9

In the challenge video, the solution is not working in my playground. I get the error: “Generic parameter ‘I’ could not be inferred.” on the line: “return AnySequence<Element {”. Any ideas?