#
pair
Function • Returns it's arguments as an array representing a pair.
pair value, value → array
Arguments
| name | type | description |
|---|---|---|
| value | Any | First item of the pair. |
| value | Any | Second item of the pair. |
Returns
| name | type | description |
|---|---|---|
| array | Array |
A two-element array representing a pair. |