PDFCopy

public protocol PDFCopy

A protocol that objects adopt to provide functional copies of themselves.

  • Type of intance, used to add generic to protocol

    Declaration

    Swift

    associatedtype Element
  • Returns a new instance that’s a copy of the receiver.

    Declaration

    Swift

    var copy: Element { get }