[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / bindings / interface / SBFormatDocstrings.i
bloba7304f5f6a8483794f5d350729e08d1bd8d71827
1 %feature("docstring",
2 "Class that represents a format string that can be used to generate "
3 "descriptions of objects like frames and threads. See "
4 "https://lldb.llvm.org/use/formatting.html for more information."
5 ) lldb::SBFormat;