Summary
_coerce_i64 and wrap_surface_value, currently located in the private modules ptodsl._ops and ptodsl._surface_values, are frequently needed when implementing address-offset calculations. Please consider exposing supported public equivalents through the DSL API.
Motivation / use case
Consumers need consistent i64 coercion and surface-value wrapping for address-offset calculations. Public APIs would avoid relying on unstable private modules.
Proposed API / behavior
No response
Alternatives considered
No response
Additional context
No response
Summary
_coerce_i64andwrap_surface_value, currently located in the private modulesptodsl._opsandptodsl._surface_values, are frequently needed when implementing address-offset calculations. Please consider exposing supported public equivalents through the DSL API.Motivation / use case
Consumers need consistent i64 coercion and surface-value wrapping for address-offset calculations. Public APIs would avoid relying on unstable private modules.
Proposed API / behavior
No response
Alternatives considered
No response
Additional context
No response