`Vector{Type}` is simply an alias to `Array{Type, 1}` , but we discussed that it could potentially be cleaner to look at.
Vector{Type}is simply an alias toArray{Type, 1}, but we discussed that it could potentially be cleaner to look at.