https://issues.dlang.org/show_bug.cgi?id=23361
--- Comment #2 from Imperatorn <[email protected]> --- One way I guess is to cast the function to pure. The other is to actually mark _d_arrayshrinkfit as pure. Which of those seems most reasonable? --
d-bugmail--- via Digitalmars-d-bugs Sun, 30 Oct 2022 16:13:29 -0700
https://issues.dlang.org/show_bug.cgi?id=23361
--- Comment #2 from Imperatorn <[email protected]> --- One way I guess is to cast the function to pure. The other is to actually mark _d_arrayshrinkfit as pure. Which of those seems most reasonable? --