ComparisonResult
public struct ComparisonResult
Undocumented
-
Undocumented
Declaration
Swift
public let matched: Int -
Undocumented
Declaration
Swift
public let total: Int -
Undocumented
Declaration
Swift
public let results: [ParameterComparisonResult] -
Undocumented
Declaration
Swift
public var percentage: Float { get } -
Undocumented
Declaration
Swift
public var percentageString: String { get } -
Undocumented
Declaration
Swift
public var isFullMatch: Bool { get } -
Undocumented
Declaration
Swift
public var isMatch: Bool { get } -
Undocumented
Declaration
Swift
public init(_ results: [ParameterComparisonResult]) -
Undocumented
Declaration
Swift
public init(matched: Int, total: Int) -
Undocumented
Declaration
Swift
public static var match: ComparisonResult { get } -
Undocumented
Declaration
Swift
public static var none: ComparisonResult { get } -
Undocumented
Declaration
Swift
public func resultString(_ index: Int, _ selectorName: String) -> String
View on GitHub
ComparisonResult Structure Reference