Difference between revisions of "Tutorials"

From D Wiki
Jump to: navigation, search
(Seems like clutter.)
(Design Patterns: - Added Low-Lock Singleton Pattern)
Line 26: Line 26:
 
* [[Higher Order Range Pattern]] - Transform a range before passing it to a function/object.
 
* [[Higher Order Range Pattern]] - Transform a range before passing it to a function/object.
 
* [[Mixin Macros Pattern]] - Mixins + Compile-Time Magic
 
* [[Mixin Macros Pattern]] - Mixins + Compile-Time Magic
 +
* [[Low-Lock Singleton Pattern]] - Singletons without double-checked locking
  
 
== How To ==
 
== How To ==

Revision as of 04:31, 9 November 2014

Videos Tutorials

Best Practices

Common Idioms

Although D inherited much of its syntax from C and C++, the new features that it introduces lead to some common idioms that are unique to D.

Design Patterns

How To

Microsoft Windows