eltype provides the element type in a collection. Does this what you need?
String <: eltype(Vector{Union{Missing, String}})
1 Like
eltype provides the element type in a collection. Does this what you need?
String <: eltype(Vector{Union{Missing, String}})