Why cant i use vector int64 with functions expecting vector integer
function my_function(v::Vector{Int64}) # code here end v = [1, 2, 3] my_function(v) When working with Julia, it is important to understand the difference between different types of integers. In this case, the