(&self, id: VertexId)
| 407 | type Output = AliveVertex; |
| 408 | |
| 409 | fn index(&self, id: VertexId) -> &Self::Output { |
| 410 | &self.vertices[id.index()] |
| 411 | } |
| 412 | } |
| 413 | |
| 414 | impl std::ops::IndexMut<VertexId> for AliveGraph { |
no outgoing calls
no test coverage detected