ExperimentBranch

public struct ExperimentBranch
extension ExperimentBranch: Equatable, Hashable
  • Declaration

    Swift

    public var slug: String
  • Declaration

    Swift

    public var ratio: Int32
  • Declaration

    Swift

    public init(slug: String, ratio: Int32)
  • Declaration

    Swift

    public static func == (lhs: ExperimentBranch, rhs: ExperimentBranch) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)