Iterator

public struct Iterator : IteratorProtocol

This is the Sequence Iterator Struct. This iterates the “asDictionary” response. READ ONLY.

  • Simple “next” iterator method. Order is not guaranteed. This iterates the “live” object directly; not a copy.

    Declaration

    Swift

    public mutating func next() -> Element?