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

19 lines
307 B
Plaintext

:sig
void DValue::remove(String s)
:params
s : child key to erase
return value : none
:see
0_DValue
2_DValue_clear
2_DValue_has
:content
Ensures the value is map-shaped and erases the named child. Removing the last child resets the next array index to zero.
:example
print("DValue::remove example\n");