RecordedExperiment
public struct RecordedExperiment
extension RecordedExperiment: Sendable
extension RecordedExperiment: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var branch: String -
Undocumented
Declaration
Swift
public var extra: [String : String]? -
Undocumented
Declaration
Swift
public init(branch: String, extra: [String : String]?) -
Declaration
Swift
public static func == (lhs: RecordedExperiment, rhs: RecordedExperiment) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub