---
title: "init(first:second:)"
framework: synchronization
role: symbol
role_heading: Initializer
path: "synchronization/wordpair/init(first:second:)"
---

# init(first:second:)

Initialize a new WordPair value given both individual words.

## Declaration

```swift
init(first: UInt, second: UInt)
```

## Parameters

- `first`: The first word to use in the pair.
- `second`: The second word to use in the pair.
