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