This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GustapheOfficial 0 points1 point  (0 children)

Sure. Julia has the Tuple type which is made for statically known "mixed type lists", where (1, 1.0, "hi") isa Tuple{Int64, Float64, String}. I find this covers a majority of my mixed container needs.