Julia Programming Language
Why does `1 * String[]` return a Vector{Union{}}?
New to Julia
Sukera
October 17, 2023, 2:30pm
6
Perhaps this topic can help:
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Array of type Any vs Union
General Usage
question
5
3887
March 22, 2017
Vector of a union of two different numeric types---Vector{Union{Int64, Float64}}
General Usage
2
503
September 6, 2018
Julia typesystem
New to Julia
22
308
October 29, 2024
What is wrong with [1.] * [1.]?
New to Julia
9
679
November 3, 2018
Vector{Vector{T} where T} vs Vector{Vector{T}} where T
General Usage
18
2462
March 3, 2022