We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e385f6 commit 9e7759eCopy full SHA for 9e7759e
README.md
@@ -112,6 +112,7 @@ import SwiftUI
112
//*============================================================================*
113
114
struct ContentView: View {
115
+
116
typealias Amount = Decimal // Decimal, Double, (U)Int(8-64), Optional<T>
117
118
//=------------------------------------------------------------------------=
@@ -162,7 +163,8 @@ import SwiftUI
162
163
164
165
- typealias Number = String // Array<Character>
166
167
+ typealias Number = String // [Character]
168
169
170
0 commit comments