macro_rules! get_scalar {
($e:expr) => { ... };
}Expand description
Retrieve a value from a pointer to a scalar created using init_scalar.
macro_rules! get_scalar {
($e:expr) => { ... };
}Retrieve a value from a pointer to a scalar created using init_scalar.