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 f57bfd8 commit 5982508Copy full SHA for 5982508
src/rulesets/Base/nondiff.jl
@@ -360,6 +360,7 @@ end
360
@non_differentiable sort!(::AbstractVector)
361
@non_differentiable sortperm(::AbstractVector{Any})
362
@non_differentiable sortperm!(::AbstractVector{<:Integer}, ::AbstractVector)
363
+@non_differentiable sortslices(A::AbstractArray)
364
@non_differentiable split(::AbstractString)
365
@non_differentiable split(::AbstractString, ::AbstractChar)
366
@non_differentiable splitdir(::AbstractString)
0 commit comments