---
title: "init(_:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/collectionofone/init(_:)"
---

# init(_:)

Creates an instance containing just the given element.

## Declaration

```swift
init(_ element: Element)
```

## Parameters

- `element`: The element to store in the collection.
