-
The bucket containing
self.Declaration
Swift
fileprivate let bucket: Int -
The offset of
selfin its containing bucket.Declaration
Swift
fileprivate let offsetInBucket: Int -
Creates a position from an index.
Declaration
Swift
fileprivate init(_ index: Int) -
Creates a position with the given properties.
Requires
offsetInBucket < UInt.bitCount.Declaration
Swift
fileprivate init(bucket: Int, offsetInBucket: Int) -
Returns the index corresponding to this position.
Declaration
Swift
fileprivate var index: Int { get } -
Declaration
Swift
public static func < (l: `Self`, r: `Self`) -> Bool
View on GitHub