mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
a86f34d0ad
# 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> |
||
---|---|---|
.. | ||
assert.nu | ||
dirs.nu | ||
dt.nu | ||
help.nu | ||
iter.nu | ||
log.nu | ||
mod.nu | ||
xml.nu |