Skip to content

Commit 5982508

Browse files
author
andrewrosemberg
committed
add rule sortslices
1 parent f57bfd8 commit 5982508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ end
360360
@non_differentiable sort!(::AbstractVector)
361361
@non_differentiable sortperm(::AbstractVector{Any})
362362
@non_differentiable sortperm!(::AbstractVector{<:Integer}, ::AbstractVector)
363+
@non_differentiable sortslices(A::AbstractArray)
363364
@non_differentiable split(::AbstractString)
364365
@non_differentiable split(::AbstractString, ::AbstractChar)
365366
@non_differentiable splitdir(::AbstractString)

0 commit comments

Comments
 (0)