pub fn var_from<T>(initial_value: impl Into<T>) -> Var<T>where T: VarValue,
New read/write shared reference variable from any type that can convert into it.