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.

  • Indicates the availability of more pages.

    Declaration

    Swift

    public let hasNext: Bool
  • The Edition values on this page.

    Declaration

    Swift

    public let editions: [Edition]