pub type AnyValueType = ValueType;
A type discriminator for an AnyValue.
pub enum AnyValueType { Unit, Bool, I32, U32, I64, U64, Other(TypeId), }