Unit
public enum Unit : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case seconds = "SECONDS"
-
Undocumented
Declaration
Swift
case count = "COUNT"
-
Undocumented
Declaration
Swift
case percent = "PERCENT"
-
Declaration
Swift
public var description: String { get }