We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
boundscheck
1 parent e2d543a commit 89c1f98Copy full SHA for 89c1f98
base/iterators.jl
@@ -12,7 +12,7 @@ using .Base:
12
@inline, Pair, AbstractDict, IndexLinear, IndexCartesian, IndexStyle, AbstractVector, Vector,
13
tail, tuple_type_head, tuple_type_tail, tuple_type_cons, SizeUnknown, HasLength, HasShape,
14
IsInfinite, EltypeUnknown, HasEltype, OneTo, @propagate_inbounds, Generator, AbstractRange,
15
- LinearIndices, (:), |, +, -, !==, !, <=, <, missing, map, any
+ LinearIndices, (:), |, +, -, !==, !, <=, <, missing, map, any, @boundscheck
16
17
import .Base:
18
first, last,
0 commit comments