@@ -21,4 +21,10 @@ with_type: Arena = thing
pointer := &with_type
deref := *pointer
arena := Arena(
next = 0,
data = 0,
len = 1000,
cap = 1000,
)
The note is not visible to the blocked user.