[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5076
|
November 15, 2024
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
61
|
46804
|
October 9, 2024
|
How to unwrap an optional option (ie 'var window?')
|
|
12
|
2560
|
September 6, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
336
|
June 24, 2024
|
No way to create a non-nil std.optional in Swift
|
|
1
|
538
|
May 29, 2024
|
`if let x as? T`
|
|
14
|
2431
|
April 7, 2024
|
Optional<Error>'s localizedDescription vs error.debugDescription
|
|
1
|
449
|
February 26, 2024
|
Cannot use `nil` or `.none` with Optional<some T>
|
|
8
|
948
|
February 17, 2024
|
How does the optional chaining work here
|
|
3
|
610
|
February 6, 2024
|
Can anyone explain this behavior in Optional Chaining?
|
|
11
|
622
|
January 29, 2024
|
"Removing implicit `nil` initial value for Optional-typed variables"
|
|
26
|
3188
|
November 9, 2023
|
`Bool?` is not optional?
|
|
5
|
981
|
September 15, 2023
|
Comparing result of `try?`
|
|
3
|
711
|
August 25, 2023
|
Optional `ExpressibleByWrappedValue` superpowers
|
|
19
|
1215
|
July 28, 2023
|
Implicitly unwrapped optionals in tuples
|
|
2
|
641
|
July 28, 2023
|
[Pitch] Extending optional chains to include for loops
|
|
51
|
3645
|
July 24, 2023
|
Ways to unwrap-mutate-wrap optionals
|
|
4
|
1168
|
July 2, 2023
|
Does Optional solve a problem that Result does not anymore?
|
|
20
|
1856
|
June 6, 2023
|
Optional decoding superpowers
|
|
9
|
4971
|
March 22, 2023
|
Problem fixing error message related to optionals
|
|
2
|
595
|
March 19, 2023
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
675
|
November 10, 2022
|
Binding<T> accesses wrapped value on init
|
|
8
|
2498
|
August 17, 2022
|
Optional comparison revisited
|
|
36
|
3638
|
July 9, 2022
|
When to use Optionals
|
|
5
|
4634
|
July 3, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2398
|
May 24, 2022
|
Explicit type name for implicitly unwrapped optional type
|
|
5
|
579
|
May 9, 2022
|
.none vs nil
|
|
14
|
6244
|
February 3, 2022
|
Odd behavior related to [T?] as? [T]
|
|
17
|
2037
|
February 2, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
2136
|
December 15, 2021
|
Decoding of optionals missing in json
|
|
11
|
9288
|
November 15, 2021
|