Skip to content

Commit

Permalink
Added templates_intro.tex in the subfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeSigaud committed Dec 29, 2011
1 parent 2fcc0c5 commit bd5b19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project is about a wonderful part of the [D programming language](www.dlang

The master document is `dtemplates.tex` and calls the other subfiles:

* `dtemplates_intro.tex` is just, well, the introduction text, explaining the goal of this document and the formatting conventions used.
* `dtemplates_basics.tex` is about templates syntax, basic building blocks (`static if`, eponymous trick) and function, struct and class templates.
* `dtemplates_advanced.tex` is about more advanced ideas, like constraints, tuples or operator overloading
* `dtemplates_around.tex` deals with other metaprogramming constructs interacting with templates: traits, compile-time function evaluation (CTFE) and string mixins.
Expand Down

0 comments on commit bd5b19a

Please sign in to comment.