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 6c93739 commit 5ad21afCopy full SHA for 5ad21af
src/rulesets/Base/nondiff.jl
@@ -41,8 +41,6 @@
41
@non_differentiable getindex(::AbstractArray{Bool}, ::Any...)
42
@non_differentiable hcat(::AbstractArray{Bool}...)
43
@non_differentiable hvcat(::Any, ::AbstractArray{Bool}...)
44
-VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractVector)
45
-VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractRange)
46
@non_differentiable isperm(::AbstractArray{Bool})
47
@non_differentiable invperm(::AbstractArray{Bool})
48
@non_differentiable invpermute!(::Any, ::AbstractArray{Bool})
0 commit comments