You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#30630 introduced the convenience function Base.require_one_based_indexing, which is very useful for conveying intent in assertions.
I propose that this is made part of the official API for, ideally, the 1.2 release. Not necessarily exported (to keep the namespace clean), just documented.
The text was updated successfully, but these errors were encountered:
has_offset_axes is already documented and anyone who needs this can just write their own function on top of that. The function has an ugly name, it will likely rarely be used and it doesn't seem worth exposing.
#30630 introduced the convenience function
Base.require_one_based_indexing
, which is very useful for conveying intent in assertions.I propose that this is made part of the official API for, ideally, the 1.2 release. Not necessarily exported (to keep the namespace clean), just documented.
The text was updated successfully, but these errors were encountered: