Generic

public protocol Generic

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype T
  • Undocumented

    Declaration

    Swift

    associatedtype Repr
  • Undocumented

    Declaration

    Swift

    func to(_ t: T) -> Repr
  • Undocumented

    Declaration

    Swift

    func from(_ r: Repr) -> T