Words

A type that represents the words of a binary integer. あるバイナリ整数の単語を表す型。

Declaration 宣言

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

Discussion 解説

The Words type must conform to the RandomAccessCollection protocol with an Element type of UInt and Index type of Int. Words型は、RandomAccessCollectionプロトコルに、UIntElement型そしてIntIndex型を使って準拠しなければなりません。

See Also 参照

Working with Binary Representation バイナリ表現を扱う