Actually, there is a built-in Collections module in the standard library (called "Collections"). See:
http://docs.julialang.org/en/release-0.4/stdlib/collections/
And if the built-in types (Array, Set, Dict, Collections.PriorityQueue)
aren't enough, check out https://github.com/JuliaLang/DataStructures.jl
