Contents

subscript(_:)

Accesses the pointee at the specified offset from this pointer.

Declaration

subscript(i: Int) -> Pointee { get }

Parameters

  • i:

    The offset from this pointer at which to access an instance, measured in strides of the pointer’s Pointee type.

Overview

For a pointer p, the memory at p + i must be initialized.