Skip to content

Instantly share code, notes, and snippets.

View CromFr's full-sized avatar
💭
🐧

Thibaut CHARLES CromFr

💭
🐧
View GitHub Profile
@CromFr
CromFr / Notes D.d
Created January 31, 2014 12:26
Notes on D programming
Notes D
"===================================== Types:"
auto a = 12;
// Same as c++11 auto
<type>.stringof
// Name of the type