Contents

subscript(_:)

Accesses the bytes in the specified memory region.

Declaration

subscript(bounds: Range<Int>) -> UnsafeRawBufferPointer.SubSequence { get }

Parameters

  • bounds:

    The range of byte offsets to access. The upper and lower bounds of the range must be in the range 0...count.