Contents

UInt32.Words.SubSequence

A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.

Declaration

typealias SubSequence = Slice<UInt32.Words>

Discussion

The default subsequence type for collections that don’t define their own is Slice.