Skip to content

C#: Slicing (also referred to as ranges) #3966

@BillWagner

Description

@BillWagner

Ranges would enable quick and easy navigation of integer ranges:

foreach(var item in 3..5)

Spec and discussion is here: dotnet/csharplang#185

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions