> What's supposed to happen when you have a sequence of elements that don't > have an =destroy, like ints? Can value types get an implicit no-op =destroy?
Every type has `=destroy` but it can be "trivial", like in C++.
> What's supposed to happen when you have a sequence of elements that don't > have an =destroy, like ints? Can value types get an implicit no-op =destroy?
Every type has `=destroy` but it can be "trivial", like in C++.