Array{T, 1} where T<:Real versus Array{T where T<:Real, 1}
|
5
|
1198
|
November 19, 2019
|
Why? isa([(x,1),(y,1)], Array{Tuple{Stuff,Number},1}) = false
|
25
|
1656
|
February 23, 2021
|
Why does (AbstractArray{Union{Number, T}} where T <: Nothing) != (AbstractArray{Union{Number, Nothing}})
|
1
|
350
|
January 11, 2019
|
SubArray is not AbstractArray
|
1
|
430
|
February 22, 2018
|
Correct argument type for ::Array{Array{<:Real,1},1})
|
6
|
366
|
January 9, 2020
|