4 lines
49 B
Text
4 lines
49 B
Text
|
|
func flip(fun, x, y) {
|
||
|
|
(y, x) => fun(x, y)
|
||
|
|
}
|