Iterator

public struct Iterator : IteratorProtocol

An iterator of Bag.

  • Declaration

    Swift

    public mutating func next() -> Element?