StructureSwift

    UnsafeBufferPointer

    @frozen struct UnsafeBufferPointer<Element>

    Members

    Typealiases

    • typealias Index

      A type that represents a position in the collection.

    • typealias Indices

      A type that represents the indices that are valid for subscripting the collection, in ascending order.

    Initializers

    Instance Subscripts

    Instance Properties

    Foundation

    Instance Methods

    Foundation

    Structures

    • struct Iterator

      An iterator for the elements in the buffer referenced by an UnsafeBufferPointer or UnsafeMutableBufferPointer instance.

    Removed Members

    Instance Methods