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 1b5a994 commit 2f50491Copy full SHA for 2f50491
src/traits.jl
@@ -65,9 +65,6 @@ Base.LinearIndices(::Size{S}) where {S} = LinearIndices(S)
65
@pure Base.:(==)(::Length{L}, l::Int) where {L} = L == l
66
@pure Base.:(==)(l::Int, ::Length{L}) where {L} = l == L
67
68
-# unroll_tuple also works with `Length`
69
-@propagate_inbounds unroll_tuple(f, ::Length{L}) where {L} = unroll_tuple(f, Val{L})
70
-
71
"""
72
sizematch(::Size, ::Size)
73
sizematch(::Tuple, ::Tuple)
0 commit comments