Intro
Thoery
1.
Thoery
1.1.
whats a template anyway
1.2.
Bad turing-completeness
1.3.
Safetyphilia
Syntax
2.
New-ish features
2.1.
Alias reassignment
2.2.
openD string imports
3.
Other patterns
3.1.
Specailization as lookup tables
Meat
4.
Walters wild ride
5.
Useful Bugs
5.1.
Monkyyy header
5.2.
tg's counter
6.
Unintentional Features
6.1.
Mixin counter
Examples
7.
plz help
Light
Rust
Coal
Navy
Ayu
black magic in d
Specailization as lookup tables
int foo(T:int)()=>1; int foo(T:float)()=>2;