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 86bd960 commit fb4f746Copy full SHA for fb4f746
src/trues.jl
@@ -46,7 +46,7 @@ end
46
47
# https://github.com/JuliaArrays/FillArrays.jl/issues/148
48
function Base.getindex(
49
- a::AbstractFill{T, 1, Axes} where Axes,
+ a::AbstractFill{T, 1, Tuple{Base.OneTo{Int}}},
50
b::Trues{1, Tuple{Base.OneTo{Int}}}) where T
51
@boundscheck length(a) == length(b) || throw(BoundsError(a, b))
52
return Fill(getindex_value(a), length(a))
0 commit comments