You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iota() for integrals stores the step as a member variable. This makes the frequent case step=1 slower than it should. Calls using iota(max) or iota(min, max) should return a structure not storing step, and using ++ to get to the next item.
The text was updated successfully, but these errors were encountered:
andrei (@andralex) reported this on 2013-09-20T12:33:24Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=11077
CC List
Description
The text was updated successfully, but these errors were encountered: