pub fn var<T>(initial_value: T) -> Var<T>where T: VarValue,
New read/write shared reference variable.