Page

public struct Page : Sendable

This is the struct containing the actual Edition objects. You can check hasNext to know if there are more pages in the Paginator.

  • Undocumented

    Declaration

    Swift

    public let hasNext: Bool
  • Undocumented

    Declaration

    Swift

    public let editions: [Edition]