.NET introduces Span<T>, basically D slices

Luís Marques luis at luismarques.eu
Sun Nov 19 02:16:36 UTC 2017


https://github.com/dotnet/corefxlab/blob/master/docs/specs/span.md

Seems like D wisdom is creeping in. For instance, the Data 
Pipelines section basically explains why ranges/slices and 
algorithms are nice and relevant: 
<https://github.com/dotnet/corefxlab/blob/master/docs/specs/span.md#data-pipelines>


More information about the Digitalmars-d mailing list