So in answer to your question you would write

function hello_array{T<:AbstractString}(dat::Vector{T})
    map(println, dat)
end


Reply via email to