Need for (C++20) Contiguous Range

Steven Schveighoffer schveiguy at gmail.com
Thu Oct 8 14:06:50 UTC 2020


On 10/8/20 9:59 AM, Per Nordlöw wrote:
> On Thursday, 8 October 2020 at 13:43:01 UTC, Ola Fosheim Grøstad wrote:
>> Optimizations that require linear memory access, like SIMD. I believe.
> 
> How could `isContiguousRange` be defined in D?

isDynamicArray!T

-Steve


More information about the Digitalmars-d mailing list