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 ab26023 commit 4b01d0dCopy full SHA for 4b01d0d
src/rulesets/Base/nondiff.jl
@@ -351,7 +351,10 @@ end
351
@non_differentiable size(::Any, ::Any)
352
@non_differentiable sizeof(::Any)
353
@non_differentiable sleep(::Any)
354
+@non_differentiable sort(::AbstractVector)
355
+@non_differentiable sort!(::AbstractVector)
356
@non_differentiable sortperm(::AbstractArray{Any})
357
+@non_differentiable sortperm!(AbstractVector{<:Integer}, ::AbstractVector)
358
@non_differentiable split(::AbstractString)
359
@non_differentiable split(::AbstractString, ::AbstractChar)
360
@non_differentiable splitdir(::AbstractString)
0 commit comments