A tutorial on D templates
bearophile
bearophileHUGS at lycos.com
Fri Jan 13 14:07:35 PST 2012
Philippe Sigaud:
> https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf
>
> (click on View Raw)
I am using a pdf blocking plug-in, that causes that GitHub link to save a fake pdf file :-(
Is your tutorial containing the (a,b) => a * b syntax too?
I'd like operators in your text to have a space around:
a * b
instead of
a*b
(Unless the space is finishing on the line).
In my opinion
foo!q{ a * b }
Is more readable than:
foo!"a*b"
Bye,
bearophile
More information about the Digitalmars-d-announce
mailing list