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.
1 parent c830dfd commit 68469a1Copy full SHA for 68469a1
src/blockindexrange.jl
@@ -104,21 +104,6 @@ end
104
return reshape(view(A.parent, I[1:M]...), Val(N))
105
end
106
107
-@inline function Base.unsafe_view(
108
- A::AbstractArray{<:Any, N},
109
- I::Vararg{BlockSlice{<:BlockIndexRange{1}}, N}) where {N}
110
- @_propagate_inbounds_meta
111
- return view(A, map(x -> x.indices, I)...)
112
-end
113
-
114
-# Disambiguation
115
116
- A::SubArray,
117
118
119
120
121
122
123
# #################
124
# # support for pointers
0 commit comments