refactor(AstNode): replace UnsafeCells with Cells #574

Merged
wetneb merged 1 commit from ada4a/mergiraf:cell-parent into main 2025-08-27 11:41:20 +02:00

1 commit

Author SHA1 Message Date
268a1d268c
refactor(AstNode): replace UnsafeCells with Cells
All checks were successful
/ test (pull_request) Successful in 43s
`Cell` can be used whenever the type stored is `Copy`, which is the case
for us, since we store references -- either to the parent or the `dfs`
slice
2025-08-25 18:19:36 +02:00