DiffProtocol
public protocol DiffProtocol : Collection
Undocumented
-
Undocumented
Declaration
Swift
associatedtype DiffElementType
-
Undocumented
Declaration
Swift
var elements: [DiffElementType] { get }
-
IndexType
Extension methodUndocumented
Declaration
Swift
public typealias IndexType = Array<DiffElementType>.Index
-
startIndex
Extension methodDeclaration
Swift
public var startIndex: IndexType { get }
-
endIndex
Extension methodDeclaration
Swift
public var endIndex: IndexType { get }
-
subscript(_:)
Extension methodUndocumented
Declaration
Swift
public subscript(i: IndexType) -> DiffElementType { get }