mirror of
https://github.com/Dummi26/mers.git
synced 2026-02-17 02:56:30 +01:00
put docs/intro before docs/syntax_cheat_sheet in README and add new reference type syntax to docs/syntax_cheat_sheet
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
- list: `[<type> ...]`
|
||||
- function: `fn(<input-output-map>)` (might change? depends on implementation of generics)
|
||||
- thread: `thread(<return_type>)`
|
||||
- reference: `&<type>`
|
||||
- reference: `&<type>` or `&(<type1>/<type2>/<...>)`
|
||||
- enum: `EnumName(<type>)`
|
||||
- one of multiple types: `<type1>/<type2>/<type3>`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user