Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Oct 17, 2024
1 parent f41a741 commit a3996b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/src/base/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Base.checkindex
Base.elsize
```

The following functions can be used to handle arrays with custom indices:
```@docs
Base.require_one_based_indexing
Base.has_offset_axes
```

## Views (SubArrays and other view types)

A “view” is a data structure that acts like an array (it is a subtype of `AbstractArray`), but the underlying data is actually
Expand Down

0 comments on commit a3996b9

Please sign in to comment.