nushell/crates/nu-std/std
Astrick a86f34d0ad
Add zip-into-record to std iter (#9395)
# Description
Adds a new iter feature `zip-into-record` (#9380)

# User-Facing Changes
User can use `[1 2] | iter zip-into-record [3 4]` to create a table `[[1
2]; [3 4]]`

# Tests + Formatting

I noticed trailing spaces in std library that may wish to be cleaned in
the future.

Co-authored-by: amtoine <stevan.antoine@gmail.com>
2023-06-10 20:15:30 +02:00
..
assert.nu Logger constants refactored, format argument added, better formatting of failed (non) equality assertions (#9315) 2023-06-04 10:43:40 +02:00
dirs.nu Add virtual path abstraction layer (#9245) 2023-05-23 23:48:50 +03:00
dt.nu Add virtual path abstraction layer (#9245) 2023-05-23 23:48:50 +03:00
help.nu REFACTOR: build help pages instead of printing them (#9253) 2023-05-26 11:22:51 +02:00
iter.nu Add zip-into-record to std iter (#9395) 2023-06-10 20:15:30 +02:00
log.nu Logger constants refactored, format argument added, better formatting of failed (non) equality assertions (#9315) 2023-06-04 10:43:40 +02:00
mod.nu Logger constants refactored, format argument added, better formatting of failed (non) equality assertions (#9315) 2023-06-04 10:43:40 +02:00
xml.nu Add virtual path abstraction layer (#9245) 2023-05-23 23:48:50 +03:00