List generation (array of arrays)

For coordinate vectors, I would strongly consider using StaticArrays.jl for performance reasons.

Then you would just use SVector.(x,y)

6 Likes