🐐 Zipping
This commit is contained in:
10
README.md
10
README.md
@@ -376,6 +376,16 @@ Returns a new array with the element at 1-based position `idx` removed. The inde
|
||||
|
||||
Returns a new array with `value` inserted at 1-based position `idx`, shifting later elements one position to the right. The index must be an integer in the range `[I, LONGITVDO(array) + I]`; passing `LONGITVDO(array) + I` is equivalent to `ADDE`.
|
||||
|
||||
### NECTE
|
||||
`NECTE(array1, array2)`
|
||||
|
||||
Weaves two arrays together into a new array of two-element pair arrays. The two inputs must have equal length; mismatched lengths raise an error.
|
||||
|
||||
### IVNGE
|
||||
`IVNGE(keys, values)`
|
||||
|
||||
Builds a dict by yoking two parallel arrays — the i-th element of `keys` becomes the key for the i-th element of `values`. The two arrays must have equal length. Keys must be strings or integers. If `keys` contains duplicates, the later value wins.
|
||||
|
||||
### SENATVS
|
||||
`SENATVS(bool, ...)` or `SENATVS([bool])`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user