Array API specification for sparse interchange functions.
If implemented, this extension must be retrievable via:
>>> if hasattr(x, '__dlpack__'): >>> # Use the extension
A conforming implementation of this extension must provide and support the following functions/methods.
.. currentmodule:: array_api
.. autosummary:: :toctree: generated :template: method.rst from_binsparse
.. autosummary:: :toctree: generated :template: property.rst array.__binsparse__ array.__binsparse_descriptor__