ea93a36b10
Transpose a list of arrays: [1, 2, 3], [4, 5, 6] -> [1, 4], [2, 5], [3, 6] Replace any empty spots in 2nd array with "": [1, 2], [3] -> [1, 3], [2, ""] |
||
---|---|---|
.. | ||
ansible |
ea93a36b10
Transpose a list of arrays: [1, 2, 3], [4, 5, 6] -> [1, 4], [2, 5], [3, 6] Replace any empty spots in 2nd array with "": [1, 2], [3] -> [1, 3], [2, ""] |
||
---|---|---|
.. | ||
ansible |