| 561 | |
| 562 | template <typename T> |
| 563 | T* ShapeTree<T>::mutable_element(ShapeIndexView index) { |
| 564 | return &Lookup(index)->data.second; |
| 565 | } |
| 566 | |
| 567 | template <typename T> |
| 568 | internal::ShapeTreeNode<T>* ShapeTree<T>::Lookup(ShapeIndexView index) { |
no outgoing calls