Primitive
array.create
BETAShort name: create
Version: 1.0.0
Return a new array from provided items. Supports mixed literals and pre-resolved values.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| items | array | true | Input items to place into the result array. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | array | false | A shallow copy of input items. |