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