var

Function var 

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

New read/write shared reference variable.