You can use *x Run instead of `*`(x) Run
And ideally you use some other operator, unary * for pointer deref is not idiomatic.
You can use *x Run instead of `*`(x) Run
And ideally you use some other operator, unary * for pointer deref is not idiomatic.