init(first:second:)

Initialize a new WordPair value given both individual words.

iOS
18.0+
macOS
15.0+
tvOS
18.0+
visionOS
2.0+
watchOS
11.0+
init(first: UInt, second: UInt)

Parameters

first

The first word to use in the pair.

second

The second word to use in the pair.