Thanks Stefan. Understood.
I fixed it with:
proc pt*[N1,N2,N3:SomeNumber](x:N1, y:N2, z:N3):tuple[x,y,z:float] =
Run
Thanks Stefan. Understood.
I fixed it with:
proc pt*[N1,N2,N3:SomeNumber](x:N1, y:N2, z:N3):tuple[x,y,z:float] =
Run