Instance Subscriptswift 6.0.1Swift

    subscript(_:)

    Accesses the byte at the given offset in the memory region as a UInt8 value.

    subscript(i: Int) -> UnsafeRawBufferPointer.Element { get }

    Parameters

    i

    The offset of the byte to access. i must be in the range 0..<count.

    Other members in extension

    Types

    Typealiases

    Type members

    Instance members