diff options
Diffstat (limited to 'docs/type_system/qualifiers.md')
| -rw-r--r-- | docs/type_system/qualifiers.md | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md deleted file mode 100644 index fd7f590..0000000 --- a/docs/type_system/qualifiers.md +++ /dev/null @@ -1,26 +0,0 @@ -# Qualifiers - ---- - -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] - .none { ... } -} - -? EMPTY { args; .... }[args] -``` - -## \`nil - -# Const - -# Ref - -# Pause |
