mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
### What does this PR do? We have our own `MultiArrayList(...)` in `src/collections/multi_array_list.zig` (is this really necessary?) and this does not work with the existing lldb pretty printing functions because they are under a different symbol name: `collections.multi_array_list.MultiArrayList*` instead of `multi_array_list.MultiArrayList*`