hey guys! is there a way to pattern much using mul...
# announcements
s
hey guys! is there a way to pattern much using multiple arguments ie. when (x,y) { case (1,1)-> dosometing(); case(2,1) dosomething() .....} ?