Closed
Description
Span<T>
This topic will address how to work with Span and related types. Span is a new type we are adding to the platform to represent contiguous regions of arbitrary memory, with performance characteristics on par with T[]. Its APIs are similar to the array, but unlike arrays, it can point to either managed or native memory, or to memory allocated on the stack.
Still Needed:
- Content Types
- Table of Contents
- Prioritization
Metadata
Metadata
Assignees
Labels
No labels