OffsetArrays, inbounds, and confusion

Whether a function is exported or not does not by itself indicate whether it is public API or not. The main indicator if it is public API is whether it had a docstring and is included in the manual. If it is documented and the documentation does not say otherwise, it is public API.

There have been some efforts to explicitly declare components to be public API. One example is this issue:

And this package:
https://docs.juliahub.com/PublicAPI/Jfs06/0.1.0/

1 Like