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!...