Multi-dimensional Arrays, The Julia Language, 2024 - Official documentation for Julia's array features, covering creation, indexing, and modification of vectors and multi-dimensional arrays.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook that provides a structured approach to learning Julia, with dedicated chapters on arrays and collections.
Types, The Julia Language, 2024 (The Julia Language) - Official documentation explaining Julia's type system, which underlies the behavior and performance characteristics of typed arrays (e.g., Vector{Int} vs Vector{Any}).