3 lines
53 B
Text
3 lines
53 B
Text
|
|
var t = (x: 1, y: 2, z: 3)
|
||
|
|
print(t.Keys().ToArray())
|