#Help understanding new interfaces
1 messages · Page 1 of 1 (latest)
interacting with an allocation using a different allocator than it was allocated with is illegal.
while the 'new' api makes this footgun easier, it is still considered very easy to avoid.
'new' because the it already existed as ArrayListUnmanaged, and the 'old' api still exists as array_list.Managed though it is deprecated and will be removed.
The default was just changed