UInt128.Words
A type that represents the words of a binary integer.
Declaration
@frozen struct WordsOverview
The Words type must conform to the RandomAccessCollection protocol with an Element type of UInt and Index type of Int.
A type that represents the words of a binary integer.
@frozen struct WordsThe Words type must conform to the RandomAccessCollection protocol with an Element type of UInt and Index type of Int.