Re: Debug function / macro
On Monday, 3 February 2020 at 22:07:13 UTC, ag wrote: Does D have a debugging helper function or macro similar to this one in Rust? (https://doc.rust-lang.org/std/macro.dbg.html) If not, how would one implement this / how difficult would it be to implement? Here's one way you could do it: s
Debug function / macro
Does D have a debugging helper function or macro similar to this one in Rust? (https://doc.rust-lang.org/std/macro.dbg.html) If not, how would one implement this / how difficult would it be to implement?