contiguous ranges

via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 20 11:45:44 PST 2015


On Friday, 20 February 2015 at 19:28:38 UTC, H. S. Teoh wrote:
> What do contiguous ranges offer that isn't already offered by a 
> random
> access range that hasSlicing? If it doesn't offer significantly 
> more
> power than what we already have,

hasSlicing:

«Returns true if R offers a slicing operator with integral 
boundaries that returns a forward range type.»

There is no way you can do be certain that you can do SIMD 
operations over this.


More information about the Digitalmars-d mailing list