op-challenger: Make Position actually immutable
The Position type public API is immutable, but it used mutation internally and used a mix of pointer and non-pointer types. Convert everything to non-pointer types and don't perform any mutations.
Showing
Please register or sign in to comment