"Removing implicit `nil` initial value for Optional-typed variables"
|
|
28
|
3738
|
June 12, 2025
|
Limitations of `borrowing` / why not first-class borrowed references?
|
|
0
|
113
|
May 21, 2025
|
Opposite of Optional<T>.take() to set to .some value iff nil
|
|
16
|
342
|
January 31, 2025
|
Apparent compiler bug relating to Optional witnessing failable initializer requirement
|
|
1
|
128
|
January 2, 2025
|
Possible bug in Swift?
|
|
2
|
212
|
November 29, 2024
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5289
|
November 15, 2024
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
61
|
49422
|
October 9, 2024
|
How to unwrap an optional option (ie 'var window?')
|
|
12
|
2718
|
September 6, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
519
|
June 24, 2024
|
No way to create a non-nil std.optional in Swift
|
|
1
|
629
|
May 29, 2024
|
`if let x as? T`
|
|
14
|
2493
|
April 7, 2024
|
Optional<Error>'s localizedDescription vs error.debugDescription
|
|
1
|
513
|
February 26, 2024
|
Cannot use `nil` or `.none` with Optional<some T>
|
|
8
|
1130
|
February 17, 2024
|
How does the optional chaining work here
|
|
3
|
680
|
February 6, 2024
|
Can anyone explain this behavior in Optional Chaining?
|
|
11
|
641
|
January 29, 2024
|
`Bool?` is not optional?
|
|
5
|
1101
|
September 15, 2023
|
Comparing result of `try?`
|
|
3
|
754
|
August 25, 2023
|
Optional `ExpressibleByWrappedValue` superpowers
|
|
19
|
1235
|
July 28, 2023
|
Implicitly unwrapped optionals in tuples
|
|
2
|
656
|
July 28, 2023
|
[Pitch] Extending optional chains to include for loops
|
|
51
|
3654
|
July 24, 2023
|
Ways to unwrap-mutate-wrap optionals
|
|
4
|
1189
|
July 2, 2023
|
Does Optional solve a problem that Result does not anymore?
|
|
20
|
1902
|
June 6, 2023
|
Optional decoding superpowers
|
|
9
|
6225
|
March 22, 2023
|
Problem fixing error message related to optionals
|
|
2
|
605
|
March 19, 2023
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
689
|
November 10, 2022
|
Binding<T> accesses wrapped value on init
|
|
8
|
2878
|
August 17, 2022
|
Optional comparison revisited
|
|
36
|
3944
|
July 9, 2022
|
When to use Optionals
|
|
5
|
5769
|
July 3, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2436
|
May 24, 2022
|
Explicit type name for implicitly unwrapped optional type
|
|
5
|
588
|
May 9, 2022
|