cleanup, docs
This commit is contained in:
@@ -14,4 +14,8 @@ Stores an internal reference to another `DValue`. Most unit code should not need
|
||||
|
||||
|
||||
:example
|
||||
print("DValue::set_reference example\n");
|
||||
DValue target;
|
||||
target.set("original");
|
||||
DValue ref;
|
||||
ref.set_reference(&target);
|
||||
print(ref.deref().to_string(), "\n");
|
||||
|
||||
Reference in New Issue
Block a user