API: Conversion.IsSpan
#74738
Labels
api-approved
API was approved in API review, it can be implemented
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - First-class Span Types
Feature Request
untriaged
Issues and PRs which have not yet been triaged by a lead
Background and Motivation
The first-class Span types feature is adding new span conversions. For consistency with other conversions, it would be good to have the API proposed below.
Proposed API
namespace Microsoft.CodeAnalysis.CSharp; public readonly struct Conversion { + public bool IsSpan { get; } }
Usage Examples
Alternative Designs
Risks
The text was updated successfully, but these errors were encountered: