Derive zip.
This commit is contained in:
@@ -3362,5 +3362,5 @@ from each list. The smallest list sets the length of the result list.
|
||||
|
||||
[1 2 3] [4 5 6] zip
|
||||
-------------------------
|
||||
[[4 1] [5 2] [6 3]]
|
||||
[[1 4] [2 5] [3 6]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user