17 lines
271 B
Plaintext
17 lines
271 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.
|
|
|
|
|
|
:example
|
|
print("DValue::clear example\n");
|