Raphtory
Raphtory copied to clipboard
Implement support for returning references of property values
Currently our properties are slightly backwards. We make a reference of it and give ownership at the end.
Instead we should be taking ownership at creation and returning a reference of it when you use it.
Partially addressed by #1065. Input now takes ownership but we still return owned data rather than references.