https://issues.dlang.org/show_bug.cgi?id=22108
--- Comment #2 from Walter Bright <[email protected]> --- What's happening is the value of p is being returned, and `return ref` and `scope` should prevent the value of p being returned. --
d-bugmail--- via Digitalmars-d-bugs Fri, 18 Feb 2022 15:23:28 -0800
https://issues.dlang.org/show_bug.cgi?id=22108
--- Comment #2 from Walter Bright <[email protected]> --- What's happening is the value of p is being returned, and `return ref` and `scope` should prevent the value of p being returned. --