ResponseRecordable

public protocol ResponseRecordable

Undocumented

  • append(_:) Extension method

    Append log elements

    Declaration

    Swift

    mutating func append(_ newElements: Responsible...)
  • append(_:) Extension method

    Append log elements

    Declaration

    Swift

    mutating func append(_ newElements: [Responsible])
  • insert(_:at:) Extension method

    Insert log elements at the index

    Declaration

    Swift

    mutating func insert(_ newElements: Responsible..., at index: Int)
  • insert(_:at:) Extension method

    Insert log elements at the index

    Declaration

    Swift

    mutating func insert(_ newElements: [Responsible], at index: Int)