···123123124124/// A value that lives in a `Scope`
125125///
126126-/// The lifetime of any value is bounded to the scope by an arena allocator.
126126+/// The lifetime of any value created by the `init*` functions is bounded to the scope by an arena allocator.
127127pub const Value = union(enum) {
128128 const Self = @This();
129129