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