ResponseRecordable
public protocol ResponseRecordable
Undocumented
-
Stored responses
Declaration
Swift
var responses: [Responsible] { get set }
-
append(_:)
Extension methodAppend log elements
Declaration
Swift
mutating func append(_ newElements: Responsible...)
-
append(_:)
Extension methodAppend log elements
Declaration
Swift
mutating func append(_ newElements: [Responsible])
-
insert(_:at:)
Extension methodInsert log elements at the index
Declaration
Swift
mutating func insert(_ newElements: Responsible..., at index: Int)
-
insert(_:at:)
Extension methodInsert log elements at the index
Declaration
Swift
mutating func insert(_ newElements: [Responsible], at index: Int)