Contents

JSTypedArrayBytesDeallocator

A function that deallocates bytes that pass to a typed array constructor.

Declaration

typealias JSTypedArrayBytesDeallocator = (UnsafeMutableRawPointer?, UnsafeMutableRawPointer?) -> Void

Parameters

  • bytes:

    A pointer to the bytes that originally pass to the typed array constructor.

  • deallocatorContext :

    A pointer to additional information to use when freeing the bytes.

See Also

Creating a Typed Array