formatting
This commit is contained in:
parent
b488680c1c
commit
650f476d23
1 changed files with 84 additions and 85 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Hands-On DLang
|
# Hands-On DLang
|
||||||
|
|
||||||
* [Hands-On DLang](#hands-on-dlang)
|
* [Setup](#setup)
|
||||||
* [Setup](#setup)
|
|
||||||
* [Installing DMD and DUB](#installing-dmd-and-dub)
|
* [Installing DMD and DUB](#installing-dmd-and-dub)
|
||||||
* [OS X](#os-x)
|
* [OS X](#os-x)
|
||||||
* [Installing with Homebrew (recommended)](#installing-with-homebrew-recommended)
|
* [Installing with Homebrew (recommended)](#installing-with-homebrew-recommended)
|
||||||
|
@ -14,7 +13,7 @@
|
||||||
* [Project setup and compiling](#project-setup-and-compiling)
|
* [Project setup and compiling](#project-setup-and-compiling)
|
||||||
* [Without DUB](#without-dub)
|
* [Without DUB](#without-dub)
|
||||||
* [With DUB](#with-dub)
|
* [With DUB](#with-dub)
|
||||||
* [Basics](#basics)
|
* [Basics](#basics)
|
||||||
* [Hello World](#hello-world)
|
* [Hello World](#hello-world)
|
||||||
* [Imports and modules](#imports-and-modules)
|
* [Imports and modules](#imports-and-modules)
|
||||||
* [Selective imports](#selective-imports)
|
* [Selective imports](#selective-imports)
|
||||||
|
@ -76,7 +75,7 @@
|
||||||
* [Anonymous functions and lambdas](#anonymous-functions-and-lambdas)
|
* [Anonymous functions and lambdas](#anonymous-functions-and-lambdas)
|
||||||
* [Exceptions](#exceptions)
|
* [Exceptions](#exceptions)
|
||||||
* [`nothrow`](#nothrow)
|
* [`nothrow`](#nothrow)
|
||||||
* [Gems](#gems)
|
* [Gems](#gems)
|
||||||
* [Uniform function call syntax (UFCS)](#uniform-function-call-syntax-ufcs)
|
* [Uniform function call syntax (UFCS)](#uniform-function-call-syntax-ufcs)
|
||||||
* [Scope guards](#scope-guards)
|
* [Scope guards](#scope-guards)
|
||||||
* [Range algorithms](#range-algorithms)
|
* [Range algorithms](#range-algorithms)
|
||||||
|
|
Loading…
Reference in a new issue