From 89418faafd87cbbf0b36bc8bf916904a170073f6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 12 Jun 2026 15:22:19 -0400 Subject: use gnu23 --- docs/language/ownership.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/language/ownership.md') diff --git a/docs/language/ownership.md b/docs/language/ownership.md index 9f29d8d..490363f 100644 --- a/docs/language/ownership.md +++ b/docs/language/ownership.md @@ -10,8 +10,6 @@ ## Assignment is not allowed for movable types that are not shared -## Shared Types - ## To And From Functions # Passing @@ -34,8 +32,14 @@ float_array : Array[F64] $ () `log float_array // Array[F64] $ (1.0; 2.0; 3.0) ``` +# Shared Types + # Locking -Prevent access to a container it's contents are modified +Prevent modification until a mutation occurs ## References + +# Mutating + +Unlock a lock or shared target and prevents modification to everything except the lock target -- cgit v1.2.3