Skip to content

[Feature] Span<T> #4400

Closed
@JRAlexander

Description

@JRAlexander

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions