Add patterns section.

This commit is contained in:
Stephen Chung
2020-08-07 11:44:15 +08:00
parent 5e6d5e8e80
commit 0b21d80641
9 changed files with 382 additions and 12 deletions

View File

@@ -5,9 +5,9 @@ Advanced Topics
This section covers advanced features such as:
* [Capture the calling scope]({{rootUrl}}/language/fn-capture.md) in a function call.
* [Advanced patterns]({{rootUrl}}/patterns/index.md) in using Rhai.
* Simulated [Object Oriented Programming (OOP)][OOP].
* [Capture the calling scope]({{rootUrl}}/language/fn-capture.md) in a function call.
* [`serde`] integration.