Add reference to s-const in index

This commit is contained in:
unknown
2015-12-11 13:34:14 -08:00
parent b873f02285
commit 704f6cc339

View File

@@ -35,6 +35,7 @@ You can [read an explanation of the scope and structure of this Guide](#S-abstra
* [R: Resource management](#S-resource) * [R: Resource management](#S-resource)
* [ES: Expressions and statements](#S-expr) * [ES: Expressions and statements](#S-expr)
* [E: Error handling](#S-errors) * [E: Error handling](#S-errors)
* [Con: Constants and immutability](#S-const)
* [T: Templates and generic programming](#S-templates) * [T: Templates and generic programming](#S-templates)
* [CP: Concurrency](#S-concurrency) * [CP: Concurrency](#S-concurrency)
* [SL: The Standard library](#S-stdlib) * [SL: The Standard library](#S-stdlib)