Method for printing collections.
So .NET Interactive has a
display function (https://github.com/dotnet/interactive/blob/main/docs/display-output-csharp.md) that allows to nicely print collections and even iterators in Notebooks. So I wonder, is it possible to access this method in a normal C# project to print collections to stdout.
GitHub
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in way...
