diff --git a/src/infrange.jl b/src/infrange.jl index 403e50a..de15565 100644 --- a/src/infrange.jl +++ b/src/infrange.jl @@ -20,6 +20,8 @@ function (:)(start::T, step::T, stop::PosInfinity) where {T<:Real} InfStepRange(start,step) end +FillArrays.steprangelen(start, step, ::PosInfinity) = InfStepRange(start, step) + # this is needed for showarray (:)(::PosInfinity, ::PosInfinity) = 1:0