From a3ce6487e845a534bd0d710e19957cdf7001a7a8 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 14 May 2026 14:30:08 -0400 Subject: task holds error --- docs/type_system/qualifiers.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 docs/type_system/qualifiers.md (limited to 'docs/type_system/qualifiers.md') 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 -- cgit v1.2.3