#
substitute
Function • Given a pattern array and an array of values, returns an array with the values substited for the special value _ in the pattern array.
substitute pattern, values → array
Arguments
| name | type | description |
|---|---|---|
| pattern | Any | |
| values | Any |
Returns
| name | type | description |
|---|---|---|
| array | Any |