Initializerswift 6.0.1Swift

    init(_:)

    Creates a new raw pointer from the given mutable raw pointer.

    init(_ other: UnsafeMutableRawPointer)

    Parameters

    other

    The mutable raw pointer to convert.

    Use this initializer to explicitly convert other to an UnsafeRawPointer instance. This initializer creates a new pointer to the same address as other and performs no allocation or copying.

    Other members in extension

    Typealiases

    Type members

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces