Does Vector{Int64} not inherit from Vector{Number}?

Vector{<:Number}

(see, for example, Vector{Int} <: Vector{Real} is false??? · JuliaNotes.jl or this Why [(a = 1, b = 3), (a = 3, b = 4)] isa Vector{NamedTuple} -> false?).

3 Likes