We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa99f8 commit ed91e50Copy full SHA for ed91e50
std/sumtype.d
@@ -11,6 +11,15 @@ include:
11
* No dependency on runtime type information (`TypeInfo`).
12
* Compatibility with BetterC.
13
14
+$(H3 List of examples)
15
+
16
+* [Basic usage](#basic-usage)
17
+* [Matching with an overload set](#matching-with-an-overload-set)
18
+* [Recursive SumTypes](#recursive-sumtypes)
19
+* [Memory corruption](#memory-corruption) (why assignment can be `@system`)
20
+* [Avoiding unintentional matches](#avoiding-unintentional-matches)
21
+* [Multiple dispatch](#multiple-dispatch)
22
23
License: Boost License 1.0
24
Authors: Paul Backus
25
Source: $(PHOBOSSRC std/sumtype.d)
0 commit comments