Required Associated Typeswift 6.0.3Swift

Words

A type that represents the words of a binary integer.

associatedtype Words : RandomAccessCollection where Self.Words.Element == UInt, Self.Words.Index == Int

The Words type must conform to the RandomAccessCollection protocol with an Element type of UInt and Index type of Int.