top of page
Search
The Tech Platform
Jan 11, 2022
What is Span<T> in C#. How it is different from Memory<T>.
Span<T> is a value types which is an allocation-free representation of memory from different sources. Span<T> allows developers to work...
bottom of page