Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
EXTENSION
Version extension Version: Comparabledescription public var description: String<(_:_:) public static func < (lhs: Version, rhs: Version) -> Bool| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
init(string:) public init?(string: String)Create a version object from string.
| Name | Description |
|---|---|
| string | The string to parse. |
init(stringLiteral:) public init(stringLiteral value: String)| Name | Description |
|---|---|
| value | The value of the new instance. |