mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
b56ad92e25
# Description Closes https://github.com/nushell/nushell/issues/7346 # Tests + Formatting ``` > mut a = [1 2 3] > $a ++= [4 5 6] > $a [1 2 3 4 5 6] ```
2 lines
19 B
Rust
2 lines
19 B
Rust
mod append_assign;
|