© 2026 Hedgehog Software, LLC
void SomeThing(int* a) { } void SomeThing(PointerLike<int> a) { }
PointerLike