Reverse and sort array elements
Andrea Fontana
nospam at example.org
Tue Dec 18 14:17:19 UTC 2018
On Tuesday, 18 December 2018 at 12:47:59 UTC, Andrey wrote:
> On Tuesday, 18 December 2018 at 12:32:35 UTC, angel wrote:
>> On Tuesday, 18 December 2018 at 12:07:37 UTC, Andrey wrote:
>
> Thank you everybody.
> Here was another problem that local variable 'array' shadows
> function 'array()' from std.array.
You call "array" the enum just like the array() function.
Change enum array into enum arr and array.map!... into arr.map!...
More information about the Digitalmars-d-learn
mailing list