Defines the Link.x-accessor as a constant function that always returns the specified value.
void constX(num x) { _x = constant(x); }