Expand description
TypedScalar: type-preserving scalar boundary contract for VM↔JIT exchange.
When scalar values cross the VM/JIT boundary, their type identity (int vs
float) must be preserved. TypedScalar carries an explicit ScalarKind
discriminator alongside the raw payload bits.
Structs§
- Typed
Scalar - Type-preserving scalar value for VM↔JIT boundary exchange.
Enums§
- Scalar
Kind - Scalar type discriminator.