Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify tip about untyped globals: const globals need no annotation (J…
…uliaLang#54379) The performance tip from JuliaLang#43671 by @simeonschaub > If a global is known to always be of the same type, [the type should be annotated](https://docs.julialang.org/en/v1/manual/variables-and-scoping/#man-typed-globals). was a bit unclear to me, because it does not apply to `const` globals (whose type requires no annotation). This PR clarifies that point
- Loading branch information