Answers for "julia call a struct"

1

julia call a struct

function (my_struct::MyStruct)(arg1,arg2,...)
	...
end
Posted by: Guest on April-27-2022

Browse Popular Code Answers by Language