mirror of
https://github.com/nushell/nushell.git
synced 2024-12-25 16:39:08 +01:00
fd503fceaf
This PR closes #6916, which now allows table/table operations on the `++` operator. ``` [[a b]; [1 2]] ++ [[a b]; [1 3]] ╭───┬───┬───╮ │ # │ a │ b │ ├───┼───┼───┤ │ 0 │ 1 │ 2 │ │ 1 │ 1 │ 3 │ ╰───┴───┴───╯ ``` |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |