---
title: "Optional.some(_:)"
framework: swift
role: symbol
role_heading: Case
path: "swift/optional/some(_:)"
---

# Optional.some(_:)

The presence of a value, stored as Wrapped.

## Declaration

```swift
case some(Wrapped)
```

## See Also

### Creating an Optional Value

- [init(_:)](swift/optional/init(_:).md)
