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