---
title: "index(of:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/uint/words-swift.struct/index(of:)"
---

# index(of:)

Returns the first index where the specified value appears in the collection.

## Declaration

```swift
func index(of element: Self.Element) -> Self.Index?
```
