diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-08 16:42:18 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-08 16:42:18 -0400 |
| commit | 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 (patch) | |
| tree | a31cb056f2ba82aa534d1f6a93c501eeb3f2a9d3 /docs/type_system/qualifiers.md | |
| parent | dda8ef8f15662e7621251148eb1b1da7a22f199b (diff) | |
combine option with empty
Diffstat (limited to 'docs/type_system/qualifiers.md')
| -rw-r--r-- | docs/type_system/qualifiers.md | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md index 9556d7f..2244101 100644 --- a/docs/type_system/qualifiers.md +++ b/docs/type_system/qualifiers.md @@ -2,10 +2,21 @@ --- -## Const +# Empty -## Nullable +```text +# EMPTY { + .some { args; ... }[args] + .none { ... } +} -## Lock +? EMPTY { args; .... }[args] +``` -## Ref +## \`nil + +# Const + +# Lock + +# Ref |
