On Friday, 8 August 2025 at 23:52:31 UTC, Brother Bill wrote:
D language supports shadowing members, where the shadowed member has same name and different type or same type.Why is this enabled, and when should one use this advanced technique?
Brother Bill via Digitalmars-d-learn Fri, 08 Aug 2025 16:57:40 -0700
On Friday, 8 August 2025 at 23:52:31 UTC, Brother Bill wrote:
D language supports shadowing members, where the shadowed member has same name and different type or same type.Why is this enabled, and when should one use this advanced technique?