Untitled

Run Settings
LanguageD
Language Version
Run Command
import std.stdio; struct Bar { this(this) { writefln("Bar.this(this): %X", &this); } this(int) { writefln("Bar.this(int): %X", &this); } ~this() { writefln("Bar.~this(): %X", &this); } } void fun(Bar n) { writefln("fun: %X", &n); } void main() { fun(Bar(0)); }
Editor Settings
Theme
Key bindings
Full width
Lines