C# – All About Span: Exploring a New .NET Mainstay Posted on November 5, 2018 Written by The Curator Imagine you’re exposing a specialized sort routine to operate in-place on data in memory. You’d likely expose a method that takes an array and provide an implementation that operates over that T[]. Read more Related