R:
Size: a a a
R:
РЛ
R:
(_ (l, r): (Int, Int)) {
}
R:
РЛ
РЛ
func myfunc(_ tuple: (code: Int, desc: String)) {
print(tuple.code, tuple.desc)
}
myfunc((200, "OK"))
S
РЛ
РЛ
РЛ
РЛ
R:
func myfunc(_ tuple: (code: Int, desc: String)) {
print(tuple.code, tuple.desc)
}
myfunc((200, "OK"))
R:
РЛ
R:
РЛ
РЛ
РЛ
РЛ