Julia Programming Language
Create a type with pointer to array
General Usage
question
simonbyrne
January 5, 2017, 4:55pm
2
No,
A.coord
and
B.coord
are the same object:
julia> A.coord === B.coord true
show post in topic