forked from extern/nushell
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 │ ╰───┴───┴───╯ ``` |
||
---|---|---|
.. | ||
avg.rs | ||
eval.rs | ||
median.rs | ||
mod.rs | ||
round.rs | ||
sqrt.rs | ||
sum.rs |