We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@_inline_meta
1 parent d6eaad4 commit 635b00fCopy full SHA for 635b00f
src/InfiniteArrays.jl
@@ -1,7 +1,7 @@
1
module InfiniteArrays
2
using LinearAlgebra, FillArrays, Infinities, LazyArrays, ArrayLayouts
3
4
-import Base: *, +, -, /, <, ==, >, \, ≤, ≥, (:), @_inline_meta, @propagate_inbounds,
+import Base: *, +, -, /, <, ==, >, \, ≤, ≥, (:), @propagate_inbounds,
5
AbstractArray, AbstractMatrix, AbstractVector, ArithmeticUnknown, ArithmeticWraps, Array, Fix2, IEEEFloat,
6
IdentityUnitRange, Int, Matrix, OneTo, Ordered, Ordering, ReshapedIndex, Slice, Vector, __cat, _in_range,
7
_ind2sub_recurse, _range, _sub2ind, _sub2ind_recurse, _unsafe_getindex, _unsafe_getindex_rs,
0 commit comments