nushell/crates/nu-protocol/src/value
Reilly Wood 16b99ed0ba
Make ++ operator work with strings and binary values (#8017)
This PR makes `++` (the append operator) work with strings and binary
values. Can now do things like:

```bash
〉"a" ++ "b"
ab
〉0x[01 02] ++ 0x[03]
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
00000000:   01 02 03                                             •••
```

Closes #8015.
2023-02-10 07:52:10 +13:00
..
custom_value.rs SQLite overhaul: custom value, query db command (#5247) 2022-04-20 16:58:21 +12:00
from_value.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
from.rs filesize conversion (#5770) 2022-06-13 14:44:32 -05:00
lazy_record.rs LazyRecord (#7619) 2023-01-18 19:27:26 -08:00
mod.rs Make ++ operator work with strings and binary values (#8017) 2023-02-10 07:52:10 +13:00
range.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
stream.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
unit.rs Remove month and year duration constants (#6613) 2022-09-26 09:55:13 +13:00