From 2d2b9a288fef7bed574671bf091052b85494065f Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 5 May 2026 16:48:49 -0400 Subject: alias qualifiers unique --- docs/type_system/alias.md | 7 +++++++ docs/type_system/qualifiers.md | 13 +++++++++++++ docs/type_system/unique.md | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 docs/type_system/alias.md create mode 100644 docs/type_system/qualifiers.md create mode 100644 docs/type_system/unique.md (limited to 'docs') diff --git a/docs/type_system/alias.md b/docs/type_system/alias.md new file mode 100644 index 0000000..02dca3a --- /dev/null +++ b/docs/type_system/alias.md @@ -0,0 +1,7 @@ +# Alias + +--- + +A type based on a complete template that is interchangeable with what it is based on + +## Defined Alias diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md new file mode 100644 index 0000000..22acd83 --- /dev/null +++ b/docs/type_system/qualifiers.md @@ -0,0 +1,13 @@ +# Qualifiers + +--- + +Only a single qualifier can be used with a template + +## Const + +## Lock + +## Ref + +## Shared diff --git a/docs/type_system/unique.md b/docs/type_system/unique.md new file mode 100644 index 0000000..0254934 --- /dev/null +++ b/docs/type_system/unique.md @@ -0,0 +1,5 @@ +# Unique + +--- + +A type based on a complete template that is not interchangeable with what it is based on -- cgit v1.2.3