Span<T> और Memory<T> contiguous memory (arrays, strings, buffers) के साथ कुशलता से काम करने के लिए आधुनिक .NET types हैं — allocations या copying के बिना। ये नई copies बनाने के बजाय मौजूदा memory में एक view प्रदान करके high-performance कोड को सक्षम करते हैं, GC pressure को कम करते हुए।
