.NET introduces Span<T>, basically D slices

Walter Bright newshound2 at digitalmars.com
Sun Nov 19 03:36:19 UTC 2017


On 11/18/2017 6:16 PM, Luís Marques wrote:
> 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>

It's on hackernews too.

https://news.ycombinator.com/


More information about the Digitalmars-d mailing list