pub fn atomic<V>(current: &mut V, new: V)where
    V: AsOptVec,
Expand description

The whole list is treated as one scalar value, and will be replaced with the new (non-None) value.