Open
Description
It would be great if rust / lldb / codelldb (vscode) shipped with lldb visualizers / synthetic debug providers for BTreeSet and BTreeMap.
There exists a similar issue for Windows / natvis at #90520 , but not for lldb / macOS.
I guess the gdb providers https://github.com/rust-lang/rust/blob/1.69.0/src/etc/gdb_providers.py#L242 need to be ported for
https://github.com/rust-lang/rust/blob/1.69.0/src/etc/lldb_providers.py