SSVarianceType

public enum SSVarianceType : Int, Codable, CustomStringConvertible

Defines the type of variance to compute

  • Undocumented

    Declaration

    Swift

    case biased = 0
  • Undocumented

    Declaration

    Swift

    case unbiased = 1
  • Declaration

    Swift

    public var description: String { get }