Error when using in(::T, ::StepRangeLen{T,T,T,Int}) where {T<:CartesianIndex{2}}
#57034
Labels
ranges
Everything AbstractRange
When working with
LinearAlgebra.diagind(::Diagonal, ::IndexCartesian)
I bumped into the following error:produces (both on 1.11.2 and nightly)
I can fix this in a similar way to base by adding a specialized function:
but I wanted to check first if this is the preferred way to do this (and where that function should go)
The text was updated successfully, but these errors were encountered: