I have an actual use-case for this: [https://gist.github.com/b3liever/92e9cb286aeb0a18d6f9ff72813d0f63](https://gist.github.com/b3liever/92e9cb286aeb0a18d6f9ff72813d0f63) its bfs search using a table to map a node to index of its parent. Original is from a rust project: [https://github.com/samueltardieu/pathfinding/blob/master/src/directed/bfs.rs](https://github.com/samueltardieu/pathfinding/blob/master/src/directed/bfs.rs) Of course my table hack doesn't work when a resize happens because all the indexes are invalided. Is there a better way to do this?
- Get first element in Table AMoura
- Re: Get first element in Table drkameleon
- Re: Get first element in Table mratsim
- Re: Get first element in Table AMoura
- Re: Get first element in Table cblake
- Re: Get first element in Table miran
- Re: Get first element in Table cblake
- Re: Get first element in Table cblake
- Re: Get first element in Table b3liever
