[Issue 16692] New debug experience: possible to execute pure functions during expression evaluation?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 6 05:11:58 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=16692

--- Comment #10 from Manu <turkeyman at gmail.com> ---
Okay, that's awesome!

Seems to work well.
So for const pure properties (or methods that look like properties) where it's
safe to call them without mutating, is it possible to automatically populate
the struct/class with phony members for the property getters?
Ideally they would have a different little icon than data members (like C# does
with its properties).

--


More information about the Digitalmars-d-bugs mailing list