---
title: "init(arrayLiteral:)"
framework: usdkit
role: symbol
role_heading: Initializer
path: "usdkit/usdlayer/openoptions/init(arrayliteral:)"
---

# init(arrayLiteral:)

Creates an option set from a sequence of options.

## Declaration

```swift
init(arrayLiteral elements: USDLayer.OpenOptions...)
```

## Parameters

- `elements`: The options to include in the set.
