Contents

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.