17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
:sig
|
|
void DValue::clear()
|
|
|
|
:params
|
|
return value : none
|
|
|
|
:see
|
|
0_DValue
|
|
2_DValue_set_array
|
|
|
|
:content
|
|
Clears the value into an empty map-shaped value and resets its array index. Unlike `set_array()`, this does not set list mode.
|
|
|
|
```cpp
|
|
context.call["flash"].clear();
|
|
```
|