Hi, I was wondering if it would be a good idea to add a method `blackboard_owned` as follows: https://github.com/Sollimann/bonsai/commit/c78ea1689cd62784ac310431c161e6036d475a50 The idea is to get rid of an unnecessary `clone()` call that would otherwise be made
Hi, I was wondering if it would be a good idea to add a method
blackboard_ownedas follows:c78ea16
The idea is to get rid of an unnecessary
clone()call that would otherwise be made