diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-09 17:08:10 -0400 |
| commit | 43b760058ae67f060fe89e6538d872fe982b3cb6 (patch) | |
| tree | 9dce0da13d5d9d57915da464c218f6c0576b11aa /docs/type_system/qualifiers.md | |
| parent | 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (diff) | |
container types
Diffstat (limited to 'docs/type_system/qualifiers.md')
| -rw-r--r-- | docs/type_system/qualifiers.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md index 2244101..8a92086 100644 --- a/docs/type_system/qualifiers.md +++ b/docs/type_system/qualifiers.md @@ -2,8 +2,12 @@ --- +Only one can be applied to a type at a time + # Empty +Specifies that a container template can be NULL + ```text # EMPTY { .some { args; ... }[args] @@ -17,6 +21,4 @@ # Const -# Lock - # Ref |
