Scalar
type Scalar struct {
Kind ScalarKind
BoolValue bool
IntValue int64
DoubleValue float64
}
Scalar mirrors the C ABI's `clika_rt_scalar` POD.
type Scalar struct {
Kind ScalarKind
BoolValue bool
IntValue int64
DoubleValue float64
}
Scalar mirrors the C ABI's `clika_rt_scalar` POD.