pub fn var<T>(value: T) -> ArcVar<T>where T: VarValue,
New ref counted read/write variable with initial value.
value