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