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