pub fn const_var<T>(value: T) -> Var<T>where T: VarValue,
New immutable variable that stores the value directly.
value
Cloning this variable clones the value.