How to unwrap an optional option (ie 'var window?')
|
|
12
|
2472
|
September 6, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
239
|
June 24, 2024
|
No way to create a non-nil std.optional in Swift
|
|
1
|
499
|
May 29, 2024
|
`if let x as? T`
|
|
14
|
2394
|
April 7, 2024
|
Optional<Error>'s localizedDescription vs error.debugDescription
|
|
1
|
417
|
February 26, 2024
|
Cannot use `nil` or `.none` with Optional<some T>
|
|
8
|
860
|
February 17, 2024
|
How does the optional chaining work here
|
|
3
|
576
|
February 6, 2024
|
Can anyone explain this behavior in Optional Chaining?
|
|
11
|
606
|
January 29, 2024
|
"Removing implicit `nil` initial value for Optional-typed variables"
|
|
26
|
3052
|
November 9, 2023
|
`Bool?` is not optional?
|
|
5
|
904
|
September 15, 2023
|
Comparing result of `try?`
|
|
3
|
696
|
August 25, 2023
|
Optional `ExpressibleByWrappedValue` superpowers
|
|
19
|
1205
|
July 28, 2023
|
Implicitly unwrapped optionals in tuples
|
|
2
|
636
|
July 28, 2023
|
[Pitch] Extending optional chains to include for loops
|
|
51
|
3642
|
July 24, 2023
|
Ways to unwrap-mutate-wrap optionals
|
|
4
|
1149
|
July 2, 2023
|
Does Optional solve a problem that Result does not anymore?
|
|
20
|
1833
|
June 6, 2023
|
Optional decoding superpowers
|
|
9
|
4373
|
March 22, 2023
|
Problem fixing error message related to optionals
|
|
2
|
588
|
March 19, 2023
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
58
|
45169
|
December 12, 2022
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
662
|
November 10, 2022
|
Binding<T> accesses wrapped value on init
|
|
8
|
2312
|
August 17, 2022
|
Optional comparison revisited
|
|
36
|
3503
|
July 9, 2022
|
When to use Optionals
|
|
5
|
4028
|
July 3, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2381
|
May 24, 2022
|
Explicit type name for implicitly unwrapped optional type
|
|
5
|
576
|
May 9, 2022
|
.none vs nil
|
|
14
|
6046
|
February 3, 2022
|
Odd behavior related to [T?] as? [T]
|
|
17
|
2022
|
February 2, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
2060
|
December 15, 2021
|
Decoding of optionals missing in json
|
|
11
|
8949
|
November 15, 2021
|
SwiftUI oddity with optionals
|
|
4
|
1101
|
October 26, 2021
|