回答編集履歴
1
s
answer
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
先頭限定なら、
|
9
9
|
|
10
10
|
```swift
|
11
|
-
if let
|
11
|
+
if let locations = val.values.first {
|
12
|
-
print(
|
12
|
+
print(locations)
|
13
13
|
}
|
14
14
|
```
|