Avatar
む、タプルじゃないんですね
2:16 AM
https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/BasicOperators.html#//apple_ref/doc/uid/TP40014097-CH6-ID60 >If the right side of the assignment is a tuple with multiple values, its elements can be decomposed into multiple constants or variables at once: let (x, y) = (1, 2) // x is equal to 1, and y is equal to 2
2:16 AM
本当だ、左辺は、 "multiple constants or variables" ではあるけどタプルじゃないのかー