cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+3 -3
View File
@@ -13,6 +13,6 @@ return value : resolved target pointer, or 0 when this node is not a usable refe
:content
If this node is an internal reference, follows reference links up to the runtime safety limit and returns the final non-reference target. Returns `0` for non-references, null/self references, or chains that still resolve to a reference.
```cpp
if(DValue* target = value.reference_target()) target->set("updated");
```
:example
print("DValue::reference_target example\n");