File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Add Unicode Properties to ` Unicode.Scalar `
2
2
3
3
* Proposal: [ SE-0211] ( 0211-unicode-scalar-properties.md )
4
- * Authors : [ Tony Allevato] ( https://github.com/allevato )
4
+ * Author : [ Tony Allevato] ( https://github.com/allevato )
5
5
* Review Manager: [ Ben Cohen] ( https://github.com/airspeedswift )
6
- * Status: ** In active review (April 24 – May 1) **
6
+ * Status: ** Accepted with revisions **
7
7
* Implementation: [ apple/swift #15593 ] ( https://github.com/apple/swift/pull/15593 )
8
+ * Decision Notes: [ Rationale] ( https://forums.swift.org/t/accepted-se-0211-add-unicode-properties-to-unicode-scalar/13857 )
9
+ * Previous Revision: [ 1] ( https://github.com/apple/swift-evolution/blob/9b1c670206052f5c94bcb20df1c30c27a06e9755/proposals/0211-unicode-scalar-properties.md )
8
10
9
11
## Introduction
10
12
@@ -330,7 +332,7 @@ extension Unicode.Scalar.Properties {
330
332
public var numericType: Unicode.NumericType?
331
333
332
334
/// Corresponds to the `Numeric_Value` Unicode property.
333
- public var numericValue: Double
335
+ public var numericValue: Double ?
334
336
}
335
337
336
338
extension Unicode {
You can’t perform that action at this time.
0 commit comments