Unexpected memberwise inits for all-optional structs
|
|
5
|
206
|
October 14, 2020
|
Syntactic sugar for assigning Optional values and conditional assignment
|
|
9
|
521
|
September 4, 2020
|
Unexpected coalescing
|
|
3
|
150
|
August 28, 2020
|
ExpressibleByStringLiteral with optionals
|
|
4
|
235
|
August 5, 2020
|
Optional Date is not working?
|
|
4
|
325
|
July 22, 2020
|
What is the canonical way to get the Wrapped type from an Optional?
|
|
3
|
198
|
July 6, 2020
|
Publisher.assign(to:on:), ReferenceWritableKeyPath, and optional chaining
|
|
2
|
447
|
June 24, 2020
|
Conditional protocol conformance for Optional where Wrapped - issues with "Any"
|
|
3
|
283
|
June 8, 2020
|
Identify implicitly-unwrapped optionals
|
|
0
|
185
|
May 24, 2020
|
Optional `hasValue`
|
|
18
|
1561
|
May 11, 2020
|
Implicit optional unwrapping in simple ternary conditional expressions, i.e. a != nil ? [a] : []
|
|
17
|
764
|
May 8, 2020
|
Gauging community sentiment: `OptionalProtocol`
|
|
4
|
481
|
April 11, 2020
|
New Convenient Behavior for Ternary Operator
|
|
11
|
1510
|
March 7, 2020
|
Unwrapped Arguments for Functions
|
|
25
|
2360
|
March 7, 2020
|
Optional Binding and the if let usage
|
|
6
|
651
|
February 14, 2020
|
Protocol conformance and `Optional`s
|
|
37
|
1723
|
December 2, 2019
|
Allowing explicit @escaping for optional closures in function parameters
|
|
25
|
1591
|
September 7, 2019
|
A dedicated function for evaluating Void returning closures when Optional instance is not nil
|
|
92
|
3364
|
September 3, 2019
|
@unrequired in function signature for optional closure parameters
|
|
60
|
3728
|
August 14, 2019
|
[Syntax] Default name for optional binding self and other properties
|
|
5
|
803
|
July 31, 2019
|
How do I test nested Optional<Any> for nil?
|
|
9
|
553
|
July 6, 2019
|
[Pitch] Optional parameters in functions should default to `nil`, allow omission
|
|
41
|
8579
|
June 30, 2019
|
Double-optional nil comparisons seem non-intuitive
|
|
7
|
1615
|
June 12, 2019
|
Unexpected behavior when resolving `map` on `Optional<Sequence>`
|
|
3
|
237
|
May 24, 2019
|
Understanding optional unwrapping and force unwarpping
|
|
5
|
368
|
April 15, 2019
|
Increase the power of optionals
|
|
10
|
885
|
March 26, 2019
|
Sanity check: docs.swift.org's LanguageGuide -- result of "Int(stringName)" is sometimes an Int? but other times an Int
|
|
5
|
343
|
February 2, 2019
|
Trouble with Optionals..Help Needed
|
|
3
|
327
|
January 30, 2019
|
Remove implicit initialization of Optionals?
|
|
6
|
948
|
January 15, 2019
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
18
|
9517
|
January 12, 2019
|