We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1793432 commit c325d35Copy full SHA for c325d35
Tests/TUSKitTests/Support/Support.swift
@@ -66,7 +66,7 @@ extension Dictionary {
66
67
/// Case insenstiive subscripting. Only for string keys.
68
/// We downcast to string to support AnyHashable keys.
69
- public subscript(caseInsensitive key: Key) -> Value? {
+ subscript(caseInsensitive key: Key) -> Value? {
70
guard let someKey = key as? String else {
71
return nil
72
}
0 commit comments