Edoardo Luppi
02/25/2024, 3:35 PMfun example(): (String, String) {
return "one", "two"
}
That could be converted by the compiler to a Pair<String, String>, for example.Youssef Shoaib [MOD]
02/25/2024, 3:41 PMreturn statement that much nicer than return "one" to "two"?Edoardo Luppi
02/25/2024, 3:42 PMYoussef Shoaib [MOD]
02/25/2024, 3:45 PMEdoardo Luppi
02/25/2024, 3:46 PM