var

Function var 

Source
pub fn var<T>(initial_value: T) -> Var<T>
where T: VarValue,
Expand description

New read/write shared reference variable.