EitherLowOrIncreasedRiskLevel
enum EitherLowOrIncreasedRiskLevel : Int
Undocumented
-
Undocumented
Declaration
Swift
case low = 0
-
Undocumented
Declaration
Swift
case increased = 1000
-
so that increased > low + we have enough reserved values
Declaration
Swift
var description: String { get }
-
Undocumented
Declaration
Swift
init?(with risk: RiskLevel)