uce/site/doc/pages/2_DValue_clear.txt
2026-06-16 12:21:31 +00:00

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");