1 line
53 B
Text
1 line
53 B
Text
def swap(i;j): .[i] as $t | .[i] = .[j] | .[j] = $t;
|
def swap(i;j): .[i] as $t | .[i] = .[j] | .[j] = $t;
|