Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Diary sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Dec 30, 2023
1 parent f61dae6 commit 1bb0722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ summary: diary
arrayref(inbounds::Bool, A::Array, i::Int...) = Main.Base.getindex(A, i...)
```

> as of 1..11, `arrayref` is no longer a thing Julia knows about. `Array` is basically a first class `mutable struct` built on top of `Memory`. Initially we removed `arrayref` entirely, but it turns out that enough people were using it (mostly for dumb reasons) that we added a fallback to prevent code from breaking"
> as of 1..11, `arrayref` is no longer a thing Julia knows about. `Array` is basically a first class `mutable struct` built on top of `Memory`. Initially we removed `arrayref` entirely, but it turns out that enough people were using it (mostly for dumb reasons) that we added a fallback to prevent code from breaking
cf. 8
6. https://docs.julialang.org/en/v1/devdocs/boundscheck/#Propagating-inbounds TODO
Expand Down

0 comments on commit 1bb0722

Please sign in to comment.