Home
Search
Configure Global Search
Log In
Transactions
D16683
Change Details
Change Details
Old
New
Diff
Add `bNode::index() const` to allow accessing node indices directly without manually de-referencing the runtime struct. Also adds some asserts to make sure the access is valid and to check the nodes runtime vector.
Add `bNode::index()` to allow accessing node indices directly without manually de-referencing the runtime struct. Also adds some asserts to make sure the access is valid and to check the nodes runtime vector.
Add `bNode::index()
const
` to allow accessing node indices directly without manually de-referencing the runtime struct. Also adds some asserts to make sure the access is valid and to check the nodes runtime vector.
Continue