Julia Programming Language
When I declare an empty array, what does the output given by the typeof method mean?
New to Julia
DNF
September 30, 2020, 5:41pm
8
You can also use the alias
Vector
:
numbers = Vector{Int}()
7 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Why does Array{Int}() product Array{Int, 0} and not Array{Int, 1}
New to Julia
32
1814
June 5, 2018
Zero-dimensional arrays are acting strange
New to Julia
arrays
9
763
April 1, 2023
Why doesn't multi-dimensional Array have zero-argument constructor?
General Usage
arrays
10
579
September 5, 2023
Handy function for making empty arrays
Internals & Design
5
775
February 29, 2020
Empty Array with nonzero size along some dimension, should they be disallowed?
Internals & Design
arrays
2
197
April 24, 2024