diff options
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 |
