struct Iterator
s5Utils17FibonacciSequenceV8IteratorV
4JH0X
import Utils
struct FibonacciSequence<Value> where Value : Equatable, Value : ExpressibleByIntegerLiteral, Value : Addable
init()
func makeIterator() -> Iterator
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.
mutating func next() -> Value?