I am a bit confused about the following: ``` julia> collect(intersect(xs, 1)) IntervalValue{Int64, String}[] julia> collect(intersect(xs, (1,1))) 1-element Vector{IntervalValue{Int64, String}}: IntervalValue{Int64, String} (1,100) => Low ``` Shouldn't the result be the same?
I am a bit confused about the following:
Shouldn't the result be the same?