Bycopy pragma

The bycopy pragma can be applied to an object or tuple type and instructs the compiler to pass the type by value to procs:

  1. type
  2. Vector {.bycopy.} = object
  3. x, y, z: float