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 078785e commit 795d4d4Copy full SHA for 795d4d4
src/RecursiveArrayTools.jl
@@ -2,7 +2,7 @@ __precompile__()
2
3
module RecursiveArrayTools
4
5
- using Iterators
+ using Iterators, Compat
6
7
@compat abstract type AbstractVectorOfArray{T, N} <: AbstractArray{T, N} end
8
0 commit comments