You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduce first-class support for Span<T> and ReadOnlySpan<T> in the language, including new implicit conversion types and consider them in more places,
allowing more natural programming with these integral types.
First-Class Span Types
Summary
We introduce first-class support for
Span<T>
andReadOnlySpan<T>
in the language, including new implicit conversion types and consider them in more places,allowing more natural programming with these integral types.
Design meetings
The text was updated successfully, but these errors were encountered: