cleanup, docs
This commit is contained in:
@@ -12,6 +12,6 @@ return value : none
|
||||
:content
|
||||
Clears the value and makes it an empty list-shaped map. Subsequent `push()` calls append numeric keys starting at `0`.
|
||||
|
||||
```cpp
|
||||
DValue rows; rows.set_array(); rows.push(row);
|
||||
```
|
||||
|
||||
:example
|
||||
print("DValue::set_array example\n");
|
||||
|
||||
Reference in New Issue
Block a user