Initializerswift 6.0.1Swift
init(_:)
init(_ value: UInt16)
init(_ value: UInt16)
import Swift
@frozen struct Words
A type that represents the words of this integer.
@frozen struct UInt16
A 16-bit unsigned integer value type.
var count: Int { get }
var endIndex: Int { get }
var indices: UInt16.Words.Indices { get }
var startIndex: Int { get }
subscript(position: Int) -> UInt { get }
func index(after i: Int) -> Int
func index(before i: Int) -> Int
typealias Indices = Range<Int>
typealias SubSequence = Slice<UInt16.Words>