Untitled

Run Settings
LanguageD
Language Version
Run Command
import std.stdio; struct Sample{ void function() func1; void function() func2; } void noth(Sample smpl)() { smpl.func1(); smpl.func2(); } void main(){ enum s = Sample( {writeln("Hello world1");}, {writeln("Hello world2");} ); s.func1(); s.func2(); noth!(s)(); }
Editor Settings
Theme
Key bindings
Full width
Lines