***
## title: setIfUnset
```js
void store.setIfUnset(string key, mixed value)
```
Stores the value of `value` in the store under key `key`,
but only if that key does not already hold a value.