init(first:second:)
Initialize a new WordPair value given both individual words.
Declaration
init(first: UInt, second: UInt)Parameters
- first:
The first word to use in the pair.
- second:
The second word to use in the pair.
Initialize a new WordPair value given both individual words.
init(first: UInt, second: UInt)The first word to use in the pair.
The second word to use in the pair.