size_t for length on x64 will make app slower than on x86?

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 18 12:41:26 PST 2014


On Tue, 18 Nov 2014 19:33:42 +0000
bearophile via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> Unfortunately this syntax is not yet supported, for unknown 
> reasons:
> 
> foreach (; 0 .. a.length)
> {
>      somework();
> }
the same as for `foreach (auto n; ...)` -- "cosmetic changes are not
necessary".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141118/1d1042d1/attachment.sig>


More information about the Digitalmars-d mailing list