pub fn assoc_set<T0, T1>(
name: &str,
key: T0,
value: T1,
) -> Result<(), VariableError>Expand description
Change an element of the associative array contained in the shell variable
referenced by name.
value is not required to be valid UTF-8, but it can’t contain any nul
byte.